diff options
Diffstat (limited to 'src/webtab/webtab.cpp')
-rw-r--r-- | src/webtab/webtab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webtab/webtab.cpp b/src/webtab/webtab.cpp index eb887304..d12d68dd 100644 --- a/src/webtab/webtab.cpp +++ b/src/webtab/webtab.cpp @@ -473,6 +473,7 @@ void WebTab::setZoom(int zoomFactor) { // This is needed because of the WebView zoomChanged signal... m_zoomFactor = zoomFactor; + // kDebug() << "NEW ZOOM FACTOR: " << zoomFactor; // set zoom factor KSharedConfig::Ptr config = KGlobal::config(); |