WIP: Shape controls -- center vs corner
Adding control buttons to the Shapes tool, allowing for shapes to be drawn from the center (as before) or from a corner (more like other paint packages). The controls do nothing at this time, but are visible and can be clicked. This is a work in progress. The controls may be removed using a configuration option.
This commit is contained in:
parent
d5b020520d
commit
2159f8616b
12 changed files with 168 additions and 48 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
July 27, 2020
|
||||
August 14, 2020
|
||||
</p>
|
||||
</center>
|
||||
|
||||
|
|
@ -742,6 +742,17 @@
|
|||
default functionality (usually paint-mode).
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>noshapecontrols=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable the control buttons shown when using the <b>Shapes</b>
|
||||
tool that allow changing how shapes are drawn —
|
||||
centered around the initial mouse click, or with a corner
|
||||
at the initial mouse click.
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nolabel=yes</b></code>
|
||||
</dt>
|
||||
|
|
@ -3090,6 +3101,7 @@
|
|||
--nostamps<br>
|
||||
--nostampcontrols<br>
|
||||
--nomagiccontrols<br>
|
||||
--noshapecontrols<br>
|
||||
--nolabel<br>
|
||||
--newcolorslast<br>
|
||||
--mouse-accessibility<br>
|
||||
|
|
@ -3170,6 +3182,7 @@
|
|||
--stamps<br>
|
||||
--stampcontrols<br>
|
||||
--magiccontrols<br>
|
||||
--shapecontrols<br>
|
||||
--label<br>
|
||||
--newcolorsfirst<br>
|
||||
--nosysfonts<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue