[mythtv-commits] Ticket #8452: It should be checked !m_Text->GetFontProperties() in MythUITextEdit::MoveCursor(MoveDirection moveDir)

MythTV mythtv at cvs.mythtv.org
Tue Aug 17 11:39:04 UTC 2010


#8452: It should be checked !m_Text->GetFontProperties() in
MythUITextEdit::MoveCursor(MoveDirection moveDir)
---------------------------------------------+------------------------------
 Reporter:  sunny an <sunny71@…>             |           Owner:  stuartm    
     Type:  defect                           |          Status:  accepted   
 Priority:  minor                            |       Milestone:  unknown    
Component:  MythTV - User Interface Library  |         Version:  Unspecified
 Severity:  medium                           |      Resolution:             
 Keywords:  MythUITextEdit                   |   Ticket locked:  0          
---------------------------------------------+------------------------------
Changes (by stuartm):

  * status:  assigned => accepted


Comment:

 I don't see how it's possible for the valueChanged() signal to be sent and
 received before MoveCursor() is called, the signal is always sent as the
 last thing that we do. That's not just true in MythUITextEdit but all
 widgets.

 I'll commit a check on GetFontProperties() anyway since it does no harm.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8452#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list