Skip to content
Commit 7899e928 authored by Noah Davis's avatar Noah Davis 🌵
Browse files

taskmanager: fix null visualParent error in GroupDialog

parent 4cb1cbf4
Pipeline #119918 passed with stage
in 2 minutes and 55 seconds
  • I am curious that why Binding.when was not working here. Shouldn't the expression not be evaluated when the condition is false?

  • You'd hope, but I guess not 100% of the time.

  • The order of evaluation is not specified. Qml engine has no idea that evaluation when should have higher priority than re-evaluating value. It's pure random, and so any potential null access should be guarded with checks.

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