Browse Source

View.Mouse cleanup - WIP3

Tig 9 months ago
parent
commit
c3187482fc
1 changed files with 1 additions and 1 deletions
  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 true;
             }
             }
 
 
-            return res;
+            return false;
         }
         }
 
 
         public override void OnDrawContent (Rectangle viewport)
         public override void OnDrawContent (Rectangle viewport)