Do not discard popup when compositing state changes
Not needed any more as the menu does no longer contains any compositing related functionality.
This commit is contained in:
parent
46996d318e
commit
ab6e4a41da
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ void Workspace::slotCompositingOptionsInitialized()
|
||||||
c->setupCompositing();
|
c->setupCompositing();
|
||||||
foreach (Unmanaged * c, unmanaged)
|
foreach (Unmanaged * c, unmanaged)
|
||||||
c->setupCompositing();
|
c->setupCompositing();
|
||||||
m_userActionsMenu->discard(); // force re-creation of the Alt+F3 popup (opacity option)
|
|
||||||
|
|
||||||
// render at least once
|
// render at least once
|
||||||
compositeTimer.stop();
|
compositeTimer.stop();
|
||||||
|
|
Loading…
Reference in a new issue