diff --git a/uppsrc/ide/idebar.cpp b/uppsrc/ide/idebar.cpp index a7d8d7b79..9bf9490d8 100644 --- a/uppsrc/ide/idebar.cpp +++ b/uppsrc/ide/idebar.cpp @@ -596,8 +596,8 @@ void Ide::BrowseMenu(Bar& menu) if(!IsEditorMode()) { if(menu.IsMenuBar()) { menu.AddMenu(AK_NAVIGATOR, IdeImg::Navigator(), THISBACK(ToggleNavigator)) - .Check(editor.IsNavigator()) - .Enable(!designer); + .Check(editor.IsNavigator()) + .Enable(!designer); menu.Add(AK_GOTO, THISBACK(SearchCode)) .Enable(!designer); menu.Add(AK_GOTOGLOBAL, THISBACK(NavigatorDlg));