mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed issue with statusbar not show/hiding
This commit is contained in:
@@ -796,7 +796,8 @@ public class UICatalogApp
|
||||
{
|
||||
if (_statusBar.NeedsLayout)
|
||||
{
|
||||
// throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
|
||||
throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
|
||||
//_statusBar.Layout ();
|
||||
}
|
||||
return _statusBar.Frame.Height;
|
||||
})),
|
||||
@@ -825,7 +826,8 @@ public class UICatalogApp
|
||||
{
|
||||
if (_statusBar.NeedsLayout)
|
||||
{
|
||||
// throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
|
||||
throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
|
||||
//_statusBar.Layout ();
|
||||
}
|
||||
return _statusBar.Frame.Height;
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user