diff --git a/src/ui/widget/desktop-widget.cpp b/src/ui/widget/desktop-widget.cpp index bb7449508a91331fff0cbe0b578b47dbabf621be..bd631ed7ec1bd7a651a93a9b86066ed085ed37be 100644 --- a/src/ui/widget/desktop-widget.cpp +++ b/src/ui/widget/desktop-widget.cpp @@ -179,6 +179,9 @@ SPDesktopWidget::SPDesktopWidget(InkscapeWindow *inkscape_window) command_toolbar = std::make_unique(); _top_toolbars->attach(*command_toolbar, 0, 0); + + // Applying the saved settings after all the toolbars have been created. + apply_ctrlbar_settings(); } void SPDesktopWidget::addDesktop(SPDesktop *desktop, int pos)