2
0
Эх сурвалжийг харах

Fixed SetCurrentOverlappedAsTop

Tig Kindel 1 жил өмнө
parent
commit
442f8e5a13

+ 0 - 4
Terminal.Gui/Views/ToplevelOverlapped.cs

@@ -68,10 +68,6 @@ public static partial class Application {
 	static bool SetCurrentOverlappedAsTop ()
 	{
 		if (OverlappedTop == null && Current != Top && Current?.SuperView == null && Current?.Modal == false) {
-			if (Current.Frame != new Rect (0, 0, Driver.Cols, Driver.Rows)) {
-				// BUGBUG: Use Dim.Fill
-				Current.Frame = new Rect (0, 0, Driver.Cols, Driver.Rows);
-			}
 			Top = Current;
 			return true;
 		}