fLastSnapTime was never initialized, which may have prevented
snapping to work. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -210,7 +210,8 @@ struct DefaultWindowBehaviour::DragState : MouseTrackingState {
|
|||||||
bool activateOnMouseUp, bool minimizeCheckOnMouseUp)
|
bool activateOnMouseUp, bool minimizeCheckOnMouseUp)
|
||||||
:
|
:
|
||||||
MouseTrackingState(behavior, where, activateOnMouseUp,
|
MouseTrackingState(behavior, where, activateOnMouseUp,
|
||||||
minimizeCheckOnMouseUp)
|
minimizeCheckOnMouseUp),
|
||||||
|
fLastSnapTime(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user