mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Attempt onClick fix
This commit is contained in:
parent
22f648ec6d
commit
3ee8f55766
@ -169,7 +169,7 @@ public abstract class ExtensionBase extends IExtension {
|
|||||||
* The application got doubleclicked from the G-Earth interface. Doing something here is optional
|
* The application got doubleclicked from the G-Earth interface. Doing something here is optional
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void onClick() {}
|
protected void onClick() {}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ExtensionInfo getInfoAnnotations() {
|
protected ExtensionInfo getInfoAnnotations() {
|
||||||
|
Loading…
Reference in New Issue
Block a user