mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-05 09:26:05 +00:00
Updated to have all Wizard dialogs centered on the parent window.
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user