Skip to content

Commit

Permalink
MythUIWebBrowser: when changing the zoom level display it on the stat…
Browse files Browse the repository at this point in the history
…us bar
  • Loading branch information
Paul Harrison committed Apr 28, 2013
1 parent b06f4dc commit cb58905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythui/mythuiwebbrowser.cpp
Expand Up @@ -1162,6 +1162,8 @@ void MythUIWebBrowser::SetZoom(float zoom)
m_browser->setZoomFactor(m_zoom);
ResetScrollBars();
UpdateBuffer();

slotStatusBarMessage(tr("Zoom: %1%").arg(m_zoom * 100));
}

void MythUIWebBrowser::SetDefaultSaveDirectory(const QString &saveDir)
Expand Down

0 comments on commit cb58905

Please sign in to comment.