Browse Source

Fixes #1979. MessageBox.Query not wrapping since 1.7.1 (#1980)

BDisp 2 years ago
parent
commit
c336b512f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/Windows/MessageBox.cs

+ 1 - 0
Terminal.Gui/Windows/MessageBox.cs

@@ -284,6 +284,7 @@ namespace Terminal.Gui {
 				l.Y = Pos.Center ();
 				l.Width = Dim.Fill (2);
 				l.Height = Dim.Fill (1);
+				l.AutoSize = false;
 				d.Add (l);
 			}