13
0

items should not round their bounding box when requesting a redraw

This commit is contained in:
Paul Davis 2018-11-25 19:08:05 -05:00
parent 9c071cd6ef
commit 27919fec61

View File

@ -673,8 +673,9 @@ void
Item::redraw () const
{
if (visible() && _bounding_box && _canvas) {
_canvas->request_redraw (item_to_window (_bounding_box));
_canvas->request_redraw (item_to_window (_bounding_box, false));
}
}
void