1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

SpeedDial: Fix saving settings without changing dials

Closes #1689
Closes #1680
This commit is contained in:
David Rosca 2015-09-05 21:12:54 +02:00
parent 328ab40304
commit 7c4d44aa54

View File

@ -325,6 +325,8 @@ void SpeedDial::setSdSize(int count)
void SpeedDial::setSdCentered(int cntr)
{
m_sdcentered = cntr;
m_autoSaver->changeOcurred();
}
void SpeedDial::thumbnailCreated(const QPixmap &pixmap)