mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
fixup panel view due to kactivities code removal
This commit is contained in:
parent
bff98b5ef0
commit
af6de88e79
1 changed files with 1 additions and 2 deletions
|
@ -894,8 +894,7 @@ void PanelView::togglePanelController()
|
|||
}
|
||||
|
||||
if (m_panelController->isVisible()) {
|
||||
if (m_panelController->showingWidgetExplorer() ||
|
||||
m_panelController->showingActivityManager()) {
|
||||
if (m_panelController->showingWidgetExplorer()) {
|
||||
m_panelController->switchToController();
|
||||
m_panelController->move(m_panelController->positionForPanelGeometry(geometry()));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue