https://bugs.kde.org/show_bug.cgi?id=412596

--- Comment #5 from Nikolay Zlatev <n...@astrapaging.com> ---
"how complex is to simplify" (best sentence ever)
Most complex thing for any developer :) :) :)

pseudo code idea

void afterTerminalDetached () {
    if (this->childrenCount == 1 && this->child(0).class == "ViewSplitter") {
        auto child = this->child(0);
        this->parent().swap(this, child);
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to