Ide: Applying "Be verbose" option now refreshes tool bar.

git-svn-id: svn://ultimatepp.org/upp/trunk@12032 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-06-30 14:59:28 +00:00
parent e664b58b6f
commit e80a65d76a
4 changed files with 327 additions and 327 deletions

View file

@ -594,7 +594,7 @@ void Ide::BuildFileMenu(Bar& menu)
.Key(AK_ASSEMBLERCODE)
.Help("Compile the file into assembler code");
if(console.verbosebuild)
menu.Add(b, "Internal Preprocess " + GetFileName(editfile), IdeImg::Header(), THISBACK(PreprocessInternal));
menu.Add(b, "Internal Preprocess " + GetFileName(editfile), IdeImg::HeaderInternal(), THISBACK(PreprocessInternal));
}
void Ide::BuildPackageMenu(Bar& menu)