Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Desktop
Commits
9b1f3e7e
Commit
9b1f3e7e
authored
Nov 29, 2018
by
Eike Hein
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.12' into Plasma/5.14
parents
2f2cb30b
ed34cc5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applets/taskmanager/package/contents/ui/GroupDialog.qml
applets/taskmanager/package/contents/ui/GroupDialog.qml
+1
-1
No files found.
applets/taskmanager/package/contents/ui/GroupDialog.qml
View file @
9b1f3e7e
...
...
@@ -262,7 +262,7 @@ PlasmaCore.Dialog {
// Setting VisualDataModel.rootIndex drops groupRepeater.count to 0
// before the actual row count. updateSize is therefore invoked twice;
// only update size once the repeater count matches the model role.
}
else
if
(
!
groupRepeater
.
aboutToPopulate
&&
visualParent
.
childCount
==
groupRepeater
.
count
)
{
}
else
if
(
!
groupRepeater
.
aboutToPopulate
||
visualParent
.
childCount
==
groupRepeater
.
count
)
{
var
task
;
var
maxWidth
=
0
;
var
maxHeight
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment