Skip to content
Commit 6c77a4c1 authored by Tomaz  Canabrava's avatar Tomaz Canabrava Committed by Kurt Hindenburg
Browse files

Fix sessions not correcly loading untill a tab is focused

Summary:
A bit of frustration on my side: this is not the patch I want to
deliver, but I tried some other variants of this and nothing seemed
to work.
I tried:
 - call setFocus() when the widget is created
 - call session->run() (this froze konsole, fun times.)
 - set the widget as current in the splitter.

 aparently forcing each widget to be displayed triggered something
 internally that made things work. I'm ok on removing this patch
 for a better one, but I'm out of ideas.

Reviewers: ngraham, #konsole, hindenburg

Reviewed By: ngraham, #konsole, hindenburg

Subscribers: konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D21216
parent 3f211ac4
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