File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -796,7 +796,8 @@ public UICatalogTopLevel ()
796
796
{
797
797
if ( _statusBar . NeedsLayout )
798
798
{
799
- // throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
799
+ throw new LayoutException ( "DimFunc.Fn aborted because dependent View needs layout." ) ;
800
+ //_statusBar.Layout ();
800
801
}
801
802
return _statusBar . Frame . Height ;
802
803
} ) ) ,
@@ -825,7 +826,8 @@ public UICatalogTopLevel ()
825
826
{
826
827
if ( _statusBar . NeedsLayout )
827
828
{
828
- // throw new LayoutException ("DimFunc.Fn aborted because dependent View needs layout.");
829
+ throw new LayoutException ( "DimFunc.Fn aborted because dependent View needs layout." ) ;
830
+ //_statusBar.Layout ();
829
831
}
830
832
return _statusBar . Frame . Height ;
831
833
} ) ) ,
You can’t perform that action at this time.
0 commit comments