diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-02 16:50:27 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-02 21:26:28 +0000 |
| commit | 82067a12a334c7ada0a4f61089c645f376740544 (patch) | |
| tree | f220a16b905534e71d95d4e64d9d0aa423beee1a /src/ui/tools/text-tool.h | |
| parent | Allow tools sensitive when overflow canvas area also fix a bug i couldent rem... (diff) | |
| download | inkscape-82067a12a334c7ada0a4f61089c645f376740544.tar.gz inkscape-82067a12a334c7ada0a4f61089c645f376740544.zip | |
Remove line height code and ficx coding style
Diffstat (limited to 'src/ui/tools/text-tool.h')
| -rw-r--r-- | src/ui/tools/text-tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/text-tool.h b/src/ui/tools/text-tool.h index 361d86f77..96c97c418 100644 --- a/src/ui/tools/text-tool.h +++ b/src/ui/tools/text-tool.h @@ -68,7 +68,7 @@ public: bool over_text; // true if cursor is over a text object guint dragging : 2; // dragging selection over text - bool pressed; + 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 |
