mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 458173 - Focus completely busted with Ctrl+Tab. r=gavin
This commit is contained in:
parent
f2d37b9e0a
commit
20df30db0e
@ -230,7 +230,12 @@
|
||||
<label crop="center" flex="1"/>
|
||||
</tooltip>
|
||||
|
||||
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" noautofocus="true" noautohide="true" level="top">
|
||||
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" noautofocus="true" level="top"
|
||||
#ifdef XP_WIN
|
||||
# XXX bug 457997
|
||||
noautohide="true"
|
||||
#endif
|
||||
>
|
||||
<label id="ctrlTab-label" flex="1"/>
|
||||
<svg:svg id="ctrlTab-svgRoot">
|
||||
<svg:defs>
|
||||
|
Loading…
Reference in New Issue
Block a user