diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-09-20 04:45:16 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-09-20 04:45:16 +0000 |
| commit | eb3598e7e27619c759ef33bb9ec4ffb8898523de (patch) | |
| tree | 3793d7310b4cdea6ffaea3fe7ee837b3ede065cf /src/sp-text.h | |
| parent | Fix make check after merge of cppify branch (diff) | |
| download | inkscape-eb3598e7e27619c759ef33bb9ec4ffb8898523de.tar.gz inkscape-eb3598e7e27619c759ef33bb9ec4ffb8898523de.zip | |
Refactor status-bar text for multiple items, was very broken
Fixed bugs:
- https://launchpad.net/bugs/1199192
(bzr r12550)
Diffstat (limited to 'src/sp-text.h')
| -rw-r--r-- | src/sp-text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-text.h b/src/sp-text.h index 12f773ded..3a897a594 100644 --- a/src/sp-text.h +++ b/src/sp-text.h @@ -78,6 +78,7 @@ public: virtual Geom::OptRect bbox(Geom::Affine const &transform, SPItem::BBoxType type); virtual void print(SPPrintContext *ctx); + virtual const char* display_name(); virtual gchar* description(); virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags); virtual void hide(unsigned int key); |
