diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-09-05 15:42:23 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-09-05 15:42:23 +0000 |
| commit | 2c77118e8580503218085a36656a121fcc4f59c0 (patch) | |
| tree | 131adf25bb9b4965ad4ea6342a4cf2ad97e0fdde /src/display/drawing-text.h | |
| parent | Fix incorrect marker bbox in previews (diff) | |
| download | inkscape-2c77118e8580503218085a36656a121fcc4f59c0.tar.gz inkscape-2c77118e8580503218085a36656a121fcc4f59c0.zip | |
Fix bugs in text stroke rendering and picking
(bzr r10620)
Diffstat (limited to 'src/display/drawing-text.h')
| -rw-r--r-- | src/display/drawing-text.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/display/drawing-text.h b/src/display/drawing-text.h index 4f3940dde..73caa6a7c 100644 --- a/src/display/drawing-text.h +++ b/src/display/drawing-text.h @@ -36,6 +36,7 @@ protected: font_instance *_font; int _glyph; + Geom::IntRect _pick_bbox; friend class DrawingText; }; @@ -50,7 +51,6 @@ public: void clear(); void addComponent(font_instance *font, int glyph, Geom::Affine const &trans); void setStyle(SPStyle *style); - void setPaintBox(Geom::OptRect const &box); protected: virtual unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx, @@ -61,7 +61,6 @@ protected: virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, unsigned flags); virtual bool _canClip(); - Geom::OptRect _paintbox; NRStyle _nrstyle; friend class DrawingGlyphs; |
