[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Apr 12 23:10:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Tue Apr 12 23:06:48 2005

Modified Files:
   in mythtv/libs/libmythtv:
        tv_play.cpp 
Log Message:

Reordered resize/move/setGeometry/setFixedSize calls to hopefully fix the
moving window problem. I used the order in suggested in 
  http://doc.trolltech.com/3.3/geometry.html 
for the GUI Window, but the old order for the player window where we
really want the top left corner to be where we say, even if that means
window decorations are off screen. The problem was originally reported
by Ben <bmythtvdevel at k9sr.us>, and Chris Strom provided debugging 
assistence with fluxbox.

This is not a fix for the "blue line" (on the left of the screen w/TV-out) 
problem, which is a driver bug.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list