1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

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

This commit is contained in:
gnosygnu 2017-03-28 09:17:01 -04:00
parent dfde355703
commit 9e53bfdb05

View File

@ -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);
}
}