diff --git a/src/st/st-scroll-bar.c b/src/st/st-scroll-bar.c index f9c4c0887..2e1f125c6 100644 --- a/src/st/st-scroll-bar.c +++ b/src/st/st-scroll-bar.c @@ -270,12 +270,6 @@ scroll_bar_allocate_children (StScrollBar *bar, handle_box.y2 = content_box.y2; } - /* snap to pixel */ - handle_box.x1 = (int) handle_box.x1; - handle_box.y1 = (int) handle_box.y1; - handle_box.x2 = (int) handle_box.x2; - handle_box.y2 = (int) handle_box.y2; - clutter_actor_allocate (priv->handle, &handle_box, flags);