Reworked color functions

This commit is contained in:
Oliver Duis
2012-07-10 07:37:45 +02:00
parent 6b842fd408
commit 8ae269ab79
14 changed files with 420 additions and 793 deletions

View File

@@ -401,7 +401,7 @@ void Crop::fullUpdate () {
parent->updaterThreadStart.lock ();
if (parent->updaterRunning && parent->thread) {
// Do NOT reset changes here, since in a long chain of events it will lead to chroma_scale not being updated,
// causing ImProcFunctions::lab2rgb to return a black image on some opens
// causing Color::lab2rgb to return a black image on some opens
//parent->changeSinceLast = 0;
parent->thread->join ();
}