refillToolbars() does not need to be public

This commit is contained in:
Juergen Spitzmueller 2021-03-04 14:51:58 +01:00
parent 812b6f7d69
commit 5920591b52

View File

@ -149,8 +149,6 @@ public:
/// updates the possible layouts selectable
void updateLayoutList();
void updateToolbars();
/// refill the toolbars (dark mode switch)
void refillToolbars();
///
LayoutBox * getLayoutDialog() const;
@ -374,6 +372,8 @@ private:
void initToolbar(std::string const & name);
/// Update lock (all) toolbars position
void updateLockToolbars();
/// refill the toolbars (dark/light mode switch)
void refillToolbars();
///
bool lfunUiToggle(std::string const & ui_component);
///