fix computation of canvas text item bounding box

This commit is contained in:
Paul Davis 2013-10-24 17:12:28 -04:00
parent 14e5d4c26c
commit 097b781209
2 changed files with 30 additions and 28 deletions

View file

@ -59,6 +59,8 @@ private:
double _clamped_width;
void redraw (Cairo::RefPtr<Cairo::Context>) const;
void redraw (Glib::RefPtr<Pango::Context>) const;
void _redraw (Glib::RefPtr<Pango::Layout>) const;
};
}