mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil
This commit is contained in:
parent
befd2dcdf3
commit
9c7fdbd098
@ -91,7 +91,7 @@
|
||||
</property>
|
||||
|
||||
<property name="selectedIndex"
|
||||
onget="return this.tabs ? this.tabs.selectedIndex : null;">
|
||||
onget="return this.tabs ? this.tabs.selectedIndex : -1;">
|
||||
<setter>
|
||||
<![CDATA[
|
||||
if (this.tabs)
|
||||
|
Loading…
Reference in New Issue
Block a user