Fix Issue 199: remove unused vertical flyouts for now as they cause duplicate IDs in the HTML
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@632 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
158eb2eec4
commit
8019c343ec
|
@ -283,6 +283,7 @@
|
|||
<div id="tool_fhellipse" class="tool_flyout_button" title="Free-Hand Ellipse"></div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="tools_stacking" class="tools_flyout_v">
|
||||
<div id="tool_stacktop" class="tool_flyout_button" title="Move to Top [Shift+Up]"></div>
|
||||
<div id="tool_stackbottom" class="tool_flyout_button" title="Move to Bottom [Shift+Down]"></div>
|
||||
|
@ -296,6 +297,7 @@
|
|||
<div id="tool_alignright" class="tool_flyout_button" title="Align to Right"></div>
|
||||
<div id="tool_aligncenter" class="tool_flyout_button" title="Align to Center"></div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div> <!-- svg_editor -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue