mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 14:16:46 -06:00
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:
parent
611e23ba33
commit
d3054def27
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue