mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Simplified and renamed GetLocationThatFits
This commit is contained in:
@@ -380,7 +380,7 @@ public partial class Toplevel : View
|
||||
/// <param name="top">The Toplevel to adjust.</param>
|
||||
public virtual void PositionToplevel (Toplevel top)
|
||||
{
|
||||
View superView = GetLocationThatFits (
|
||||
View superView = GetLocationEnsuringFullVisibility (
|
||||
top,
|
||||
top.Frame.X,
|
||||
top.Frame.Y,
|
||||
|
||||
Reference in New Issue
Block a user