Skip to content
Verified Commit 2dfa8021 authored by Fushan Wen's avatar Fushan Wen
Browse files

taskmanager: Fix flickering when scrolling in GroupDialog

In updateMaxTextWidth(), maxTextWidth was reset to 0 and was updated
whenever a new maximum value was found, which caused flickering when
scrolling in a GroupDialog.

Use a temporary value to store the result, and only update
maxTextWidth in the end.
parent 80cb70b3
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