mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
fixed show/hide toolbar without any comic opened
This commit is contained in:
@ -386,6 +386,8 @@ void Viewer::keyPressEvent(QKeyEvent *event)
|
||||
QCoreApplication::sendEvent(mglass,event);
|
||||
}
|
||||
}
|
||||
else
|
||||
QAbstractScrollArea::keyPressEvent(event);
|
||||
}
|
||||
|
||||
void Viewer::wheelEvent(QWheelEvent * event)
|
||||
|
Reference in New Issue
Block a user