Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plasma Workspace
Manage
Activity
Members
Labels
Plan
Issues
54
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
143
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plasma
Plasma Workspace
Commits
04f4eaa5
Commit
04f4eaa5
authored
10 years ago
by
Marco Martin
Browse files
Options
Downloads
Patches
Plain Diff
append views as the first thing
it may still be a crash on screen added with the corona locked
CCBUG:337200
parent
b59248ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shell/shellcorona.cpp
+1
-1
1 addition, 1 deletion
shell/shellcorona.cpp
with
1 addition
and
1 deletion
shell/shellcorona.cpp
+
1
−
1
View file @
04f4eaa5
...
...
@@ -683,6 +683,7 @@ void ShellCorona::addOutput(KScreen::Output *output)
QScreen
*
newScreen
=
insertScreen
(
screen
,
insertPosition
);
DesktopView
*
view
=
new
DesktopView
(
this
);
d
->
views
.
append
(
view
);
Plasma
::
Containment
*
containment
=
createContainmentForActivity
(
d
->
activityController
->
currentActivity
(),
d
->
views
.
count
()
-
1
);
Q_ASSERT
(
containment
);
...
...
@@ -695,7 +696,6 @@ void ShellCorona::addOutput(KScreen::Output *output)
view
->
setContainment
(
containment
);
view
->
setScreen
(
newScreen
);
view
->
show
();
d
->
views
.
append
(
view
);
containment
->
reactToScreenChange
();
//were there any panels for this screen before it popped up?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment