mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 21:44:43 -04:00
fixed show/hide toolbar without any comic opened
This commit is contained in:
@ -713,6 +713,7 @@ void MainWindowViewer::disableActions()
|
||||
|
||||
void MainWindowViewer::keyPressEvent(QKeyEvent *event)
|
||||
{
|
||||
//TODO remove unused keys
|
||||
switch (event->key())
|
||||
{
|
||||
case Qt::Key_Escape:
|
||||
|
Reference in New Issue
Block a user