Main/System/UIBase/UIBase.cs
@@ -303,10 +303,6 @@ try { OnPreOpen(); if (layout != null) { UIUtility.ForceRefreshLayout(layout).Forget(); } } catch (Exception e) { @@ -341,6 +337,10 @@ try { NextFrameAfterOpen(); if (layout != null) { UIUtility.ForceRefreshLayout(layout).Forget(); } } catch (Exception e) {