mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Hide details of managing occult command items
This commit is contained in:
@@ -212,7 +212,8 @@ class AUDACITY_DLL_API CommandManager final : public XMLTagHandler
|
||||
CommandFlag flags);
|
||||
|
||||
void PopMenuBar();
|
||||
void SetOccultCommands( bool bOccult);
|
||||
void BeginOccultCommands();
|
||||
void EndOccultCommands();
|
||||
|
||||
|
||||
void SetCommandFlags(const wxString &name, CommandFlag flags, CommandMask mask);
|
||||
@@ -394,6 +395,7 @@ private:
|
||||
wxMenu *mCurrentMenu {};
|
||||
|
||||
bool bMakingOccultCommands;
|
||||
std::unique_ptr< wxMenuBar > mTempMenuBar;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user