Skip to content
Commit a942dbc5 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

set activeView to null when a non-KTE::View is active

This fixes the issue that we don't have the gui client for activeView
not merged into the MainWindow.

Lots of code is simplified, activeView now just returns m_guiMergedView
and doesn't try to do any other thing like it was doing before.

ViewData::active is removed, m_guiMergedView is the source of truth now.

Further improvements could be to _really ensure_ that viewspace itself
doesn't do **any** view activation by itself. That means no direct
showView etc from inside ViewSpaces.
parent 410b1fbc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment