fix: re-enable delete plate button when changing plate selection
UpdateRemovePlateButton() was only called from PlateListChanged, not CurrentPlateChanged, so the button stayed disabled after switching away from the sentinel plate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Generated
+1
-1
@@ -175,7 +175,7 @@
|
||||
// toolStripLabel2
|
||||
//
|
||||
toolStripLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
toolStripLabel2.Image = Properties.Resources.delete;
|
||||
toolStripLabel2.Image = (System.Drawing.Image)resources.GetObject("toolStripLabel2.Image");
|
||||
toolStripLabel2.Name = "toolStripLabel2";
|
||||
toolStripLabel2.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||
toolStripLabel2.Size = new System.Drawing.Size(34, 24);
|
||||
|
||||
Reference in New Issue
Block a user