mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 01:23:47 -07:00
Fix BUG-1653, chicken / egg problem: the DropDownOpening is not called when there are no children but they are only generated when the DropDownOpening is called. Initially adding something helps.
This commit is contained in:
parent
01cc22e871
commit
98ab69a35a
1 changed files with 2 additions and 0 deletions
2
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
2
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -569,6 +569,8 @@ namespace Greenshot {
|
||||||
this.fileStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
this.fileStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||||
this.fileStripMenuItem.Text = "File";
|
this.fileStripMenuItem.Text = "File";
|
||||||
this.fileStripMenuItem.DropDownOpening += new System.EventHandler(this.FileMenuDropDownOpening);
|
this.fileStripMenuItem.DropDownOpening += new System.EventHandler(this.FileMenuDropDownOpening);
|
||||||
|
// Fix for BUG-1653, the DropDownOpening is not called when there are no children.
|
||||||
|
this.fileStripMenuItem.DropDownItems.Add(toolStripSeparator9);
|
||||||
//
|
//
|
||||||
// editToolStripMenuItem
|
// editToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue