mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix bad redraws caused by TrackingText on canvas
Probably Item::set_position() should call Item::set_bbox_dirty() but this will do as a first pass at that
This commit is contained in:
parent
ab1299da87
commit
e7b3b61dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ TrackingText::pointer_motion (Duple const& winpos)
|
|||
/* move */
|
||||
|
||||
set_position (pos);
|
||||
set_bbox_dirty ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue