mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-22 16:30:51 +01:00
Attempt onClick fix
This commit is contained in:
parent
ee73ae1d41
commit
22f648ec6d
@ -67,7 +67,7 @@ public abstract class ExtensionForm extends ExtensionBase {
|
||||
/**
|
||||
* The application got doubleclicked from the G-Earth interface. Doing something here is optional
|
||||
*/
|
||||
public void onClick(){
|
||||
public final void onClick(){
|
||||
Platform.runLater(() -> {
|
||||
primaryStage.show();
|
||||
primaryStage.requestFocus();
|
||||
|
Loading…
Reference in New Issue
Block a user