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:
Paul Davis 2024-04-11 20:07:27 -06:00
parent ab1299da87
commit e7b3b61dbc
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ TrackingText::pointer_motion (Duple const& winpos)
/* move */
set_position (pos);
set_bbox_dirty ();
}
void