Toolbar should be TopMost on region capture

This commit is contained in:
Jaex 2017-10-24 03:11:02 +03:00
parent 6ee3e305d6
commit 1a9888e003

View file

@ -67,7 +67,8 @@ internal void CreateToolbar()
Location = new Point(200, 200),
ShowInTaskbar = false,
StartPosition = FormStartPosition.Manual,
Text = "ShareX - Region capture menu"
Text = "ShareX - Annotate menu",
TopMost = !form.IsEditorMode
};
menuForm.Shown += MenuForm_Shown;