mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
.ide MacroManagre now uses Enable without explicit boolean value when setting ToolButton.
git-svn-id: svn://ultimatepp.org/upp/trunk@11275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1722049df0
commit
81ef09eb09
1 changed files with 3 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ void MacroManagerWindow::InitToolBar()
|
|||
InitToolButton(importGlobalsLabel, t_("Import globals"), MacroManagerImg::PluginAdd());
|
||||
InitToolButton(exportGlobalsLabel, t_("Export globals"), MacroManagerImg::ArrowRight());
|
||||
|
||||
newGlobalLabel.Enable(true);
|
||||
importGlobalsLabel.Enable(true);
|
||||
exportGlobalsLabel.Enable(true);
|
||||
newGlobalLabel.Enable();
|
||||
importGlobalsLabel.Enable();
|
||||
exportGlobalsLabel.Enable();
|
||||
}
|
||||
|
||||
void MacroManagerWindow::InitToolButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue