Ticket #13234: 20180725_1136_long_press_back.patch

File 20180725_1136_long_press_back.patch, 475 bytes (added by Peter Bennett, 6 years ago)

Fix for long press of back button

  • mythtv/libs/libmythui/mythmainwindow.cpp

    diff --git a/mythtv/libs/libmythui/mythmainwindow.cpp b/mythtv/libs/libmythui/mythmainwindow.cpp
    index e9976cf7f40..d7b43a6476f 100644
    a b bool MythMainWindow::eventFilter(QObject *, QEvent *e) 
    22712271
    22722272    QScopedPointer<QEvent> sNewEvent(NULL);
    22732273    if (keyLongPressFilter(&e, sNewEvent))
    2274         return false;
     2274        return true;
    22752275
    22762276    switch (e->type())
    22772277    {