Opened 17 years ago

Closed 17 years ago

#5444 closed patch (fixed)

Segfault in Mythappearance on key press

Reported by: Mike Rice <mikerice1969@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Using SVN trunk 17456.

Pressing a key after entering the wizard segfaults here:

bool MythAppearance::keyPressEvent(QKeyEvent *event) {

if (GetFocusWidget()->keyPressEvent(event))

return true;

as GetFocusWidget() is returning NULL.

This is apparently because SetFocusWidget is not called for the MythAppearance object. Not sure what the desired fix might be but I added a SetFocusWidget() call.

It also looks like there are duplicate lines setting m_offsets and m_changeamount. Patch attached.

Attachments (1)

mythapp.patch (864 bytes ) - added by Mike Rice <mikerice1969@…> 17 years ago.
patch

Download all attachments as: .zip

Change History (2)

by Mike Rice <mikerice1969@…>, 17 years ago

Attachment: mythapp.patch added

patch

comment:1 by Nigel, 17 years ago

Resolution: fixed
Status: newclosed

This was fixed (differently) in [18161]

Note: See TracTickets for help on using tickets.