Changeset f1a485c62 in mythtv


Ignore:
Timestamp:
Aug 7, 2017, 2:02:13 AM (7 years ago)
Author:
Bill Meek <bmeek@…>
Branches:
fixes/0.28
Children:
3b18a09ad
Parents:
eef6a480b
git-author:
Bill Meek <bmeek@…> (08/07/17 02:02:13)
git-committer:
Bill Meek <bmeek@…> (08/07/17 02:20:37)
Message:

Restore SendAction? operation, Fixes #12738

SendAction? appears to be affected by 9f34b4f, but that's needed to
allow operation of some keypresses.

Thanks to Roger Siddons for finding the root cause of the problem.

(cherry picked from commit 7075a5fb0f4554beccca019849a9d2dd38b62fe8)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/libs/libmythui/mythmainwindow.cpp

    reef6a480b rf1a485c62  
    21962196                    else
    21972197                        QCoreApplication::postEvent(key_target, key);
     2198
     2199                    return true;
    21982200                }
    2199 
    2200                 return true;
    22012201            }
    22022202#endif
Note: See TracChangeset for help on using the changeset viewer.