Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Aug 19, 2023
1 parent 3f0bd8b commit 95a5df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hlam/ui/SceneWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ bool SceneWidget::event(QEvent* event)
wheelEvent->ignore();
}
}
break;
}

default: return QOpenGLWindow::event(event);
Expand Down

0 comments on commit 95a5df4

Please sign in to comment.