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:
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();
|
if (gfui_data.Min_h() > -1) swt_data.minimumHeight = gfui_data.Min_h();
|
||||||
|
|
||||||
control.setLayoutData(swt_data);
|
control.setLayoutData(swt_data);
|
||||||
control.requestLayout();
|
control.getParent().layout(true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user