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>
This commit is contained in:
Tomaz Canabrava 2014-03-09 11:08:01 -03:00 committed by Dirk Hohndel
parent 24c5b2e3c1
commit a052c63b00

View file

@ -567,6 +567,7 @@ void ProfileWidget2::setProfileState()
return;
currentState = PROFILE;
toolTipItem->readPos();
setBackgroundBrush(getColor(::BACKGROUND));
background->setVisible(false);