diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-09 11:08:01 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-09 08:50:54 -0700 |
commit | a052c63b003d1f82bc5785617db4e3e285f82e00 (patch) | |
tree | 8be30dfa5120a88cea649d6fd2136af511db454d /qt-ui/profile | |
parent | 24c5b2e3c1bda349c208a94cf8c17fa17af971db (diff) | |
download | subsurface-a052c63b003d1f82bc5785617db4e3e285f82e00.tar.gz |
Fix retrieving the initial position of the Notification Area.
We had all in place, all that was missing was to actually load
the position stored on the settings for the tooltips.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index d78b42057..990e2489f 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -567,6 +567,7 @@ void ProfileWidget2::setProfileState() return; currentState = PROFILE; + toolTipItem->readPos(); setBackgroundBrush(getColor(::BACKGROUND)); background->setVisible(false); |