Oops. Fix backwards conditional.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -690,7 +690,7 @@ BChannelSlider::_FinishChange(bool update)
|
|||||||
inMask[fCurrentChannel] = true;
|
inMask[fCurrentChannel] = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
InvokeChannel(update ? NULL : ModificationMessage(), 0, numChannels, inMask);
|
InvokeChannel(update ? ModificationMessage() : NULL, 0, numChannels, inMask);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!update) {
|
if (!update) {
|
||||||
|
|||||||
Reference in New Issue
Block a user