Fix whitespace

This commit is contained in:
plc-user 2024-12-31 16:01:47 +01:00
parent dd7955e50e
commit 711353bb58

View File

@ -847,7 +847,7 @@ void DiagramView::scrollOnMovement(QKeyEvent *e)
bool elmt_above_bottom_margin = elmt_bottom<=bottom;
if (!(elmt_right_of_left_margin && elmt_left_of_right_margin) ||
!(elmt_below_top_margin && elmt_above_bottom_margin ) )
!(elmt_below_top_margin && elmt_above_bottom_margin ) )
{
QScrollBar *h = horizontalScrollBar();
QScrollBar *v = verticalScrollBar();