Jelajahi Sumber

View.Mouse cleanup - Fixed combobox

Tig 11 bulan lalu
induk
melakukan
2ad9887ecb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Terminal.Gui/Views/ComboBox.cs

+ 1 - 1
Terminal.Gui/Views/ComboBox.cs

@@ -880,7 +880,7 @@ public class ComboBox : View, IDesignable
                 return true;
             }
 
-            return false;
+            return res;
         }
 
         public override void OnDrawContent (Rectangle viewport)