mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Fix whitespace
This commit is contained in:
@@ -847,7 +847,7 @@ void DiagramView::scrollOnMovement(QKeyEvent *e)
|
|||||||
bool elmt_above_bottom_margin = elmt_bottom<=bottom;
|
bool elmt_above_bottom_margin = elmt_bottom<=bottom;
|
||||||
|
|
||||||
if (!(elmt_right_of_left_margin && elmt_left_of_right_margin) ||
|
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 *h = horizontalScrollBar();
|
||||||
QScrollBar *v = verticalScrollBar();
|
QScrollBar *v = verticalScrollBar();
|
||||||
|
|||||||
Reference in New Issue
Block a user