Project

General

Profile

kde_exit.patch

Tom Tarson, April 05, 2020 15:45

View differences:

src/qtui/main_window.cc
185 185
    if (!handled)
186 186
        aud_quit();
187 187

  
188
    e->ignore();
188
    e->accept();
189 189
}
190 190

  
191 191
void MainWindow::keyPressEvent(QKeyEvent * event)