mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
refillToolbars() does not need to be public
This commit is contained in:
parent
812b6f7d69
commit
5920591b52
@ -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);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user