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:
@@ -100,6 +100,7 @@ TransformGradientBox::ObjectChanged(const Observable* object)
|
|||||||
|
|
||||||
if (object == fShape) {
|
if (object == fShape) {
|
||||||
fView->Invalidate(Bounds());
|
fView->Invalidate(Bounds());
|
||||||
|
fView->UnlockLooper();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user