reposition the toolbox whenever changing our zoom state
BUG:166860 svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=834951
This commit is contained in:
parent
d7bc9f3898
commit
85275b25ea
@ -1089,11 +1089,13 @@ void ContainmentPrivate::toggleDesktopImmutability()
|
||||
void ContainmentPrivate::zoomIn()
|
||||
{
|
||||
emit q->zoomRequested(q, Plasma::ZoomIn);
|
||||
positionToolBox();
|
||||
}
|
||||
|
||||
void ContainmentPrivate::zoomOut()
|
||||
{
|
||||
emit q->zoomRequested(q, Plasma::ZoomOut);
|
||||
positionToolBox();
|
||||
}
|
||||
|
||||
ToolBox* ContainmentPrivate::createToolBox()
|
||||
|
Loading…
x
Reference in New Issue
Block a user