Hide rotation point button for now

thanks @fsih!
This commit is contained in:
Matthew Taylor 2017-10-23 15:56:38 -04:00
parent 2fe9ac12a7
commit f44bd4b7fd

View file

@ -134,7 +134,7 @@ class PaintEditorComponent extends React.Component {
</InputGroup> </InputGroup>
{/* To be Front/back */} {/* To be Front/back */}
<InputGroup className={styles.modDashedBorder}> <InputGroup>
<EditFieldButton <EditFieldButton
imgAlt="Send to Front Icon" imgAlt="Send to Front Icon"
imgSrc={sendFrontIcon} imgSrc={sendFrontIcon}
@ -150,14 +150,14 @@ class PaintEditorComponent extends React.Component {
</InputGroup> </InputGroup>
{/* To be rotation point */} {/* To be rotation point */}
<InputGroup> {/* <InputGroup>
<EditFieldButton <EditFieldButton
imgAlt="Rotation Point Icon" imgAlt="Rotation Point Icon"
imgSrc={rotationPointIcon} imgSrc={rotationPointIcon}
title="Rotation Point" title="Rotation Point"
onClick={function () {}} onClick={function () {}}
/> />
</InputGroup> </InputGroup> */}
</div> </div>
{/* Second Row */} {/* Second Row */}