فهرست منبع

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

This reverts commit c336b512f22ec735e7febffcb7acde08f2a697af.
Tig Kindel 2 سال پیش
والد
کامیت
e46813c177
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Terminal.Gui/Windows/MessageBox.cs

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

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