diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-13 18:30:30 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-08-13 18:30:30 +0000 |
| commit | caa510445fc091c63e1ca0ff8f44f2e81ae0638d (patch) | |
| tree | fca330f29571cec93d02ef611d5e292b8e2fc035 /src/display/drawing.h | |
| parent | Do not leak cache objects in DrawingItem destructor (diff) | |
| download | inkscape-caa510445fc091c63e1ca0ff8f44f2e81ae0638d.tar.gz inkscape-caa510445fc091c63e1ca0ff8f44f2e81ae0638d.zip | |
More generic handling of child type in DrawingItem.
Fix clip object selection bug (LP #365458).
Fixed bugs:
- https://launchpad.net/bugs/365458
(bzr r10347.1.31)
Diffstat (limited to 'src/display/drawing.h')
| -rw-r--r-- | src/display/drawing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing.h b/src/display/drawing.h index a8e70bbe6..011bf35a6 100644 --- a/src/display/drawing.h +++ b/src/display/drawing.h @@ -60,7 +60,7 @@ public: void update(Geom::IntRect const &area = Geom::IntRect::infinite(), UpdateContext const &ctx = UpdateContext(), unsigned flags = DrawingItem::STATE_ALL, unsigned reset = 0); void render(DrawingContext &ct, Geom::IntRect const &area, unsigned flags = 0); - DrawingItem *pick(Geom::Point const &p, double delta, bool sticky); + DrawingItem *pick(Geom::Point const &p, double delta, unsigned flags); sigc::signal<void, DrawingItem *> signal_request_update; sigc::signal<void, Geom::IntRect const &> signal_request_render; |
