Bug 356675 Composer is not properly detecting tab changes (temporary fix)

r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@213674 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%yecc.com 2006-10-15 17:13:40 +00:00
parent 96e4988a5f
commit 2d928ef5da

View File

@ -897,6 +897,7 @@
tooltiptext="&layerBringToFront.tooltip;"/>
<!-- Edit Mode toolbar -->
<tabs id="EditModeTabs" onselect="this.selectedItem.doCommand()"/>
<tab id="NormalModeButton" class="tab-bottom edit-mode _plain" type="text" selected="1" label="&NormalModeTab.label;" oncommand="goDoCommand('cmd_NormalMode');"
tooltiptext="&NormalMode.tooltip;"/>
<tab id="TagModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&AllTagsMode.label;" oncommand="goDoCommand('cmd_AllTagsMode');"