fix : 이미지편집 미사용 툴(hand) 제거

main
이범준 2 years ago
parent 8f44db8db0
commit 8be2f42fde

@ -28,7 +28,7 @@
<li class="paintweb_toolSeparator">&#160;</li> <li class="paintweb_toolSeparator">&#160;</li>
<li data-pwTool="selection">Selection</li> <li data-pwTool="selection">Selection</li>
<li data-pwTool="hand">Hand</li> <!--<li data-pwTool="hand">Hand</li>-->
<li class="paintweb_toolSeparator">&#160;</li> <li class="paintweb_toolSeparator">&#160;</li>

@ -146,7 +146,7 @@ pwlib.gui = function (app) {
lineTab: true, lineTab: true,
shapeType: true, shapeType: true,
lineWidth: true, lineWidth: true,
lineWidthLabel: lang.inputs.borderWidth, lineWidthLabel: null,
lineJoin: true lineJoin: true
}, },
polygon: { polygon: {

@ -214,7 +214,7 @@
*/ */
/*FIXME: */ /*FIXME: */
/*"tools": ["bcurve", "cbucket", "cpicker", "ellipse", "eraser", "hand", "insertimg", "line", "pencil", "polygon", "rectangle", "selection", "text"],*/ /*"tools": ["bcurve", "cbucket", "cpicker", "ellipse", "eraser", "hand", "insertimg", "line", "pencil", "polygon", "rectangle", "selection", "text"],*/
"tools": ["hand", "rectangle", "selection"], "tools": ["rectangle", "selection"],
/** /**

Loading…
Cancel
Save