diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-17 00:16:31 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-07 21:48:33 +0000 |
| commit | 9055a9ebe90df5db1262ad777f08da2efa9753ce (patch) | |
| tree | ac4175b93aa0125ef31ddf015c26dca3409d7846 /src/ui/tools/text-tool.h | |
| parent | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad... (diff) | |
| download | inkscape-9055a9ebe90df5db1262ad777f08da2efa9753ce.tar.gz inkscape-9055a9ebe90df5db1262ad777f08da2efa9753ce.zip | |
Add line height UX improvements
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/text-tool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/text-tool.h b/src/ui/tools/text-tool.h index 96c97c418..666a42dd2 100644 --- a/src/ui/tools/text-tool.h +++ b/src/ui/tools/text-tool.h @@ -68,7 +68,6 @@ public: bool over_text; // true if cursor is over a text object guint dragging : 2; // dragging selection over text - bool creating; // dragging rubberband to create flowtext SPCanvasItem *grabbed; // we grab while we are creating, to get events even if the mouse goes out of the window Geom::Point p0; // initial point if the flowtext rect |
