Ticket #6449: MWB_flash.diff

File MWB_flash.diff, 680 bytes (added by robert.mcnamara@…, 15 years ago)

Patch noted above.

  • mythtv/libs/libmythui/mythuiwebbrowser.cpp

     
    220220    if (!dir.exists())
    221221        dir.mkdir(path);
    222222    QWebSettings::setIconDatabasePath(path);
     223    QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);
     224    QWebSettings::globalSettings()->setAttribute(QWebSettings::JavascriptEnabled, true);
    223225
    224226    QImage image = QImage(m_Area.size(), QImage::Format_ARGB32);
    225227    m_image = GetMythMainWindow()->GetCurrentPainter()->GetFormatImage();