Mailing List Archive

mythtv/master commit: b4b9f0c52 by Mark Kendall (mark-kendall)
Author: Mark Kendall <mkendall@mythtv.org>
Change Date: 2011-05-02T03:34:04-07:00
Push Date: 2011/05/02 03:34:16 -0700
Repository: mythtv
Branch: master
New Revision: b4b9f0c52f2e5f877512268ba019f02f88c0fb33
Changeset: https://github.com/MythTV/mythtv/commit/b4b9f0c52

Log:

Fix displaying the frontend settings screens.

With certain combinations of hardware, driver and platform, the frontend
settings pages are not displayed when using the OpenGL painter. This is
because the libmythui painter renders into the painter window whereas
the settings pages (non-libmythui) are still rendered into the
MythMainWindow object (the parent window).

In the majority of cases this works without issue but sometimes the
painter window obscures the parent. As a workaround simply hide the
painter window when entering the settings pages.

A similar workaround may be necessary for any remaining non-libmythui
plugins.

Modified:

mythtv/programs/mythfrontend/main.cpp

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-firehose