Missing UnlockLooper() in early return. Never seen it have any effect, just

found it because I am trying to track down another bug.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-05-14 20:25:26 +00:00
parent 97d73e2ab2
commit cd7f54f117
@@ -100,6 +100,7 @@ TransformGradientBox::ObjectChanged(const Observable* object)
if (object == fShape) {
fView->Invalidate(Bounds());
fView->UnlockLooper();
return;
}