This commit is contained in:
Luis Ángel San Martín
2014-08-18 20:48:53 +02:00
parent 0e166fec4a
commit bd2fcb8b68
82 changed files with 3744 additions and 753 deletions

View File

@ -1059,7 +1059,7 @@ void YACReaderFlowGL::keyPressEvent(QKeyEvent *event)
if(event->key() == Qt::Key_Up)
{
emit selected(centerIndex());
//emit selected(centerIndex());
return;
}