Tig 11 месяцев назад
Родитель
Сommit
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)