switched global to unique ptr and renamed olive namespace
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
||||
ScrollArea::ScrollArea(QWidget* parent) : QScrollArea(parent) {}
|
||||
|
||||
void ScrollArea::wheelEvent(QWheelEvent *e) {
|
||||
if (Olive::CurrentConfig.scroll_zooms) {
|
||||
if (olive::CurrentConfig.scroll_zooms) {
|
||||
e->ignore();
|
||||
|
||||
if (e->angleDelta().y() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user