[mythtv-commits] mythtv commit: r22361 by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 11 19:36:50 UTC 2009


      Author: paulh
        Date: 2009-10-11 19:36:50 +0000 (Sun, 11 Oct 2009)
New Revision: 22361
   Changeset: http://cvs.mythtv.org/trac/changeset/22361

Modified:

   trunk/mythtv/libs/libmythui/mythuiwebbrowser.cpp

Log:

In the web browser widget use setZoomFactor() rather than 
setTextSizeMultiplier() if qt >= 4.5.0. 

setZoomFactor() changes the size of the entire page, not just the text, which
has the advantage of keeping the page layout the same but is only available on
Qt4.5.0 or later. Fixes #7249.




More information about the mythtv-commits mailing list