Diffusion Krita 4f0f8fa64a69

Fix multithreading in Histogram widget

Authored by tymond on May 19 2020, 12:46 PM.

Description

Fix multithreading in Histogram widget

Before this commit, Histogram widget would use a homebrew threads
to handle its multithreading.
This commit ensures that a proper stroke system will be used for that.