implement rotation reset via an unrotate stack
This commit is contained in:
parent
a9b04ad26f
commit
8486454d1d
4 changed files with 11 additions and 7 deletions
|
|
@ -854,7 +854,7 @@ th, tr, td {
|
|||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
white-space: nowrap;
|
||||
z-index: 10;
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
<label class="grow">Z</label>
|
||||
<input id="rot_z" class="value center" size="5"/ value="0">
|
||||
</div>
|
||||
<div id="unrotate" class="col j-center noshow">reset</div>
|
||||
<div id="unrotate" class="col j-center">reset</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="lt-scale" class="lt-menu">
|
||||
|
|
|
|||
Loading…
Reference in a new issue