summaryrefslogtreecommitdiffstats
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index e9c1f0a..6cb38ea 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -341,7 +341,7 @@ void Settings::setBigNotes(bool big)
Note::MIN_HEIGHT = 2*Note::NOTE_MARGIN + Note::EMBLEM_SIZE;
if (Global::bnpView)
- Global::bnpView->retqlayoutAllBaskets();
+ Global::bnpView->relayoutAllBaskets();
}
void Settings::setAutoBullet(bool yes)