mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04:00
fixed double click for opening a comic
This commit is contained in:
@ -1059,7 +1059,7 @@ void YACReaderFlowGL::keyPressEvent(QKeyEvent *event)
|
||||
|
||||
if(event->key() == Qt::Key_Up)
|
||||
{
|
||||
emit selected(centerIndex());
|
||||
//emit selected(centerIndex());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user