mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
24c5b2e3c1
commit
a052c63b00
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ void ProfileWidget2::setProfileState()
|
|||
return;
|
||||
|
||||
currentState = PROFILE;
|
||||
toolTipItem->readPos();
|
||||
setBackgroundBrush(getColor(::BACKGROUND));
|
||||
|
||||
background->setVisible(false);
|
||||
|
|
Loading…
Reference in a new issue