mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-09 22:22:23 -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>
|
</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 */}
|
||||||
|
|
Loading…
Reference in a new issue