Changeset 9180
- Timestamp:
- 01/22/13 22:53:03 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewContextMenuStrip.cs
r7259 r9180 63 63 if (InvokeRequired) Invoke((Action)RefreshMenuItems); 64 64 else { 65 foreach (ToolStripMenuItem m in menuItems.Values) 66 m.Dispose(); 65 67 this.Items.Clear(); 66 68 this.menuItems.Clear(); -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.Designer.cs
r7967 r9180 66 66 // 67 67 this.viewsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 68 this.viewsLabel.ContextMenuStrip = this.viewContextMenuStrip; 68 69 this.viewsLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Windows; 69 70 this.viewsLabel.Location = new System.Drawing.Point(211, 0);
Note: See TracChangeset
for help on using the changeset viewer.