mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-03 10:29:19 +00:00
Updated to have all Wizard dialogs centered on the parent window.
This commit is contained in:
parent
e8faaaff0b
commit
0990b96d98
@ -149,6 +149,7 @@ public abstract class Wizard {
|
||||
*/
|
||||
public void open() {
|
||||
createDialog();
|
||||
SwtUtil.center(parent, dialog);
|
||||
dialog.open();
|
||||
Display display = dialog.getDisplay();
|
||||
while (!dialog.isDisposed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user