summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-21 20:05:06 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-21 12:59:08 -0700
commit708d69343d971f23095ebe366cedd7606c00aec4 (patch)
tree97c5fb7843fc4b2ee307f21fa4bb2416055f598e /mobile-widgets
parent065af62f59c2244cf0c80e54218692c95dd7c0cd (diff)
downloadsubsurface-708d69343d971f23095ebe366cedd7606c00aec4.tar.gz
mobile: removing print mode from mobile.
print mode was used to limit the functionality of the profile, when used in ssrf-mobile. The effect is that DC events are displayed, but not selectable Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlprofile.cpp b/mobile-widgets/qmlprofile.cpp
index 9ed3e36a5..1b64f6ecb 100644
--- a/mobile-widgets/qmlprofile.cpp
+++ b/mobile-widgets/qmlprofile.cpp
@@ -15,7 +15,7 @@ QMLProfile::QMLProfile(QQuickItem *parent) :
setAntialiasing(true);
m_profileWidget = new ProfileWidget2(0);
m_profileWidget->setProfileState();
- m_profileWidget->setPrintMode(true);
+ m_profileWidget->setPrintMode(false);
m_profileWidget->setFontPrintScale(0.8);
connect(QMLManager::instance(), &QMLManager::sendScreenChanged, this, &QMLProfile::screenChanged);
setDevicePixelRatio(QMLManager::instance()->lastDevicePixelRatio());