fix: incorrect isInitialized implementation.
This commit is contained in:
@@ -260,7 +260,7 @@ public interface TabControl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isInitialized() {
|
public boolean isInitialized() {
|
||||||
return getNode() == null;
|
return getNode() != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean initializeIfNeeded() {
|
public boolean initializeIfNeeded() {
|
||||||
|
|||||||
Reference in New Issue
Block a user