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 ()
796796 {
797797 if ( _statusBar . NeedsLayout )
798798 {
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 ();
800801 }
801802 return _statusBar . Frame . Height ;
802803 } ) ) ,
@@ -825,7 +826,8 @@ public UICatalogTopLevel ()
825826 {
826827 if ( _statusBar . NeedsLayout )
827828 {
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 ();
829831 }
830832 return _statusBar . Frame . Height ;
831833 } ) ) ,
You can’t perform that action at this time.
0 commit comments