mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
fix computation of canvas text item bounding box
This commit is contained in:
parent
14e5d4c26c
commit
097b781209
2 changed files with 30 additions and 28 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue