ide: Show/hide workspace menu now has check #1031

git-svn-id: svn://ultimatepp.org/upp/trunk@8742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-24 12:25:20 +00:00
parent 611e23ba33
commit d3054def27

View file

@ -85,7 +85,8 @@ void Ide::File(Bar& menu)
.Help("Show / hide bottom pane (with console, calc and browser tabs)");
}
menu.Add(AK_PACKAGESFILES, THISBACK(SwapPackagesFiles));
menu.Add(AK_PACKAGESFILES, THISBACK(SwapPackagesFiles))
.Check(wesplit.GetZoom() != 1);
menu.MenuSeparator();