2
0
BDisp 5 жил өмнө
parent
commit
c6b86bdc95

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

@@ -111,7 +111,7 @@ namespace Terminal.Gui {
 
 		private void Initialize ()
 		{
-			if (Bounds.Height < minimumHeight && Height is Dim.DimAbsolute) {
+			if (Bounds.Height < minimumHeight && Height.GetType ().Name == "DimAbsolute") {
 				Height = minimumHeight;
 			}