Skip to content

Commit

Permalink
don't subtract the slider margins twice
Browse files Browse the repository at this point in the history
  • Loading branch information
uwerat committed Nov 13, 2024
1 parent d84ab6e commit 7f389ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controls/QskSliderSkinlet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ QRectF QskSliderSkinlet::handleRect(
QRectF handleRect( 0, 0, handleSize.width(), handleSize.height() );
handleRect.moveCenter( center );

handleRect = handleRect.marginsRemoved( slider->marginHint( Q::Handle ) );

return handleRect;
}

Expand Down

0 comments on commit 7f389ef

Please sign in to comment.