Skip to content

Commit

Permalink
Applying as suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed May 27, 2020
1 parent 0181bec commit 6d99e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UICatalog/Scenarios/TopLevelNoWindowBug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public override void Run ()
new MenuItem ("_Создать", "Creates new file", null),
new MenuItem ("_Открыть", "", null),
new MenuItem ("Со_хранить", "", null),
new MenuItem ("_Выход", "", () => Top.Running = false )
new MenuItem ("_Выход", "", () => Application.RequestStop())
}),
new MenuBarItem ("_Edit", new MenuItem [] {
new MenuItem ("_Copy", "", null),
Expand Down

0 comments on commit 6d99e31

Please sign in to comment.