mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Make the dialog appear in the correct position
This commit is contained in:
parent
4dc5176c0f
commit
1cacd79689
@ -221,6 +221,7 @@ public class LibraryManagerUI extends InstallerJDialog<ContributedLibraryRelease
|
||||
if (!depsInstalled) {
|
||||
MultiLibraryInstallDialog dialog;
|
||||
dialog = new MultiLibraryInstallDialog(this, lib, deps);
|
||||
dialog.setLocationRelativeTo(this);
|
||||
dialog.setVisible(true);
|
||||
installDeps = dialog.getInstallDepsResult();
|
||||
if (installDeps == Result.CANCEL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user