mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 13:42:00 -05:00
Hide rotation point button for now
thanks @fsih!
This commit is contained in:
parent
2fe9ac12a7
commit
f44bd4b7fd
1 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ class PaintEditorComponent extends React.Component {
|
|||
</InputGroup>
|
||||
|
||||
{/* To be Front/back */}
|
||||
<InputGroup className={styles.modDashedBorder}>
|
||||
<InputGroup>
|
||||
<EditFieldButton
|
||||
imgAlt="Send to Front Icon"
|
||||
imgSrc={sendFrontIcon}
|
||||
|
@ -150,14 +150,14 @@ class PaintEditorComponent extends React.Component {
|
|||
</InputGroup>
|
||||
|
||||
{/* To be rotation point */}
|
||||
<InputGroup>
|
||||
{/* <InputGroup>
|
||||
<EditFieldButton
|
||||
imgAlt="Rotation Point Icon"
|
||||
imgSrc={rotationPointIcon}
|
||||
title="Rotation Point"
|
||||
onClick={function () {}}
|
||||
/>
|
||||
</InputGroup>
|
||||
</InputGroup> */}
|
||||
</div>
|
||||
|
||||
{/* Second Row */}
|
||||
|
|
Loading…
Reference in a new issue