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:
parent
328ab40304
commit
7c4d44aa54
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user