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-75d572ba1ddd
master
Jeff Schiller 2009-09-13 13:00:43 +00:00
parent 158eb2eec4
commit 8019c343ec
1 changed files with 2 additions and 0 deletions

View File

@ -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 -->