瀏覽代碼

View.Mouse cleanup - Fixed combobox

Tig 11 月之前
父節點
當前提交
2ad9887ecb
共有 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 true;
             }
             }
 
 
-            return false;
+            return res;
         }
         }
 
 
         public override void OnDrawContent (Rectangle viewport)
         public override void OnDrawContent (Rectangle viewport)