You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying RSForceBasedLayout an exception happened.
The initialLayout is RSGridLayout. The method doExecute: asks for 'horizontalGap', but that's nil.
So here is my patch:
When trying RSForceBasedLayout an exception happened.
The initialLayout is RSGridLayout. The method doExecute: asks for 'horizontalGap', but that's nil.
So here is my patch:
Should be done better.
The text was updated successfully, but these errors were encountered: