ソースを参照

View.Mouse cleanup - WIP3

Tig 11 ヶ月 前
コミット
c3187482fc
1 ファイル変更1 行追加1 行削除
  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 res;
+            return false;
         }
 
         public override void OnDrawContent (Rectangle viewport)