蓝点lilac 5 lat temu
rodzic
commit
2361e5e13c

+ 1 - 1
ContextMenuManager/BulePointLilac.Controls/MyListBox.cs

@@ -194,7 +194,7 @@ namespace BulePointLilac.Controls
         {
             SizeMode = PictureBoxSizeMode.AutoSize,
             Left = 20.DpiZoom(),
-            Enabled = false,
+            Enabled = false
         };
         private readonly FlowLayoutPanel flpControls = new FlowLayoutPanel
         {