[mythtv-commits] Ticket #6110: GL ThemePainter draw order issue

MythTV mythtv at cvs.mythtv.org
Sun Jan 11 00:48:51 UTC 2009


#6110: GL ThemePainter draw order issue
---------------------------------------+------------------------------------
 Reporter:  robert.mcnamara at gmail.com  |       Owner:  stuartm
     Type:  defect                     |      Status:  new    
 Priority:  minor                      |   Milestone:  unknown
Component:  libmythui                  |     Version:  head   
 Severity:  medium                     |     Mlocked:  0      
---------------------------------------+------------------------------------
 When using the OpenGL ThemePainter, initial draworder is correct.
 However, when an item on the screen exceeds the drawable area in *both*
 directions, example:[[BR]]
 [[BR]]
 <area>-25,-10,250,750</area>[[BR]]
 [[BR]]
 and a keystroke is recorded, like moving up and down through the menu, the
 item is redrawn on top of everything.  So, if you have a draw order
 of:[[BR]]
 [[BR]]
 Text Menu  ->   Underlay(which exceeds the drawable axis in both
 directions  -> Background[[BR]]
 [[BR]]
 And you press a key, you end up with:[[BR]]
 [[BR]]
 Underlay  ->  Text Menu  ->  Background

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6110>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list