[mythtv-commits] Ticket #12383: Error in size of message box

MythTV noreply at mythtv.org
Fri Jan 1 19:32:22 UTC 2016


#12383: Error in size of message box
----------------------------------------------+-------------------------
 Reporter:  colin.carter@…                    |          Owner:
     Type:  Bug Report - General              |         Status:  new
 Priority:  minor                             |      Milestone:  unknown
Component:  MythTV - Services API - Frontend  |        Version:  0.27.1
 Severity:  low                               |     Resolution:
 Keywords:  frontend, sendmessage,misplaced   |  Ticket locked:  0
----------------------------------------------+-------------------------

Comment (by paulh):

 I think the problem is the message is displayed by the OSD using the
 MythConfirmationDialog popup which is loaded by
 CopyWindowFromBase("MythConfirmationDialog", this). This will load the
 definition saved in the global object cached that is scaled for the actual
 UI dimensions when the theme is loaded at startup. The OSD does try to
 override the scaling factors before loading the dialog but since this is a
 popup stored in the global object cached and has already been loaded the
 new scaling factors aren't used.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12383#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list