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

r+sr=neil
This commit is contained in:
cst%yecc.com 2006-10-15 17:13:40 +00:00
Родитель ec5bd780d1
Коммит f180539329
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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