warning--
BUG:335393
This commit is contained in:
parent
ce166ca451
commit
a8f73abfbe
@ -61,7 +61,7 @@ Item {
|
||||
/**
|
||||
* True if the button is checked, false otherwise.
|
||||
*/
|
||||
property bool checked: (internal.tabGroup == null) ? (internal.tabBar.currentTab == root) : (internal.tabGroup.currentTab == tab)
|
||||
property bool checked: (internal.tabGroup == null) ? (internal.tabBar && internal.tabBar.currentTab == root) : (internal.tabGroup.currentTab == tab)
|
||||
|
||||
/**
|
||||
* True if the button is being pressed, false otherwise.
|
||||
|
Loading…
Reference in New Issue
Block a user