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:
Martin Gräßlin 2012-08-16 13:47:19 +02:00
parent 46996d318e
commit ab6e4a41da

View file

@ -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();