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
@ -101,6 +101,7 @@ TrackingText::pointer_motion (Duple const& winpos)
|
||||
/* move */
|
||||
|
||||
set_position (pos);
|
||||
set_bbox_dirty ();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user