Gui: Change SWT layout call due to incompatibility with Android library

pull/620/head
gnosygnu 7 years ago
parent dfde355703
commit 9e53bfdb05

@ -142,6 +142,6 @@ abstract class Swt_core__base extends GxwCore_base {
if (gfui_data.Min_h() > -1) swt_data.minimumHeight = gfui_data.Min_h();
control.setLayoutData(swt_data);
control.requestLayout();
control.getParent().layout(true, true);
}
}

Loading…
Cancel
Save