Mandelbrot: Work around #12821.
This commit is contained in:
parent
ee9b10153d
commit
8981510671
@ -157,7 +157,7 @@ void FractalView::MouseDown(BPoint where)
|
||||
{
|
||||
fSelecting = true;
|
||||
fSelectStart = where;
|
||||
GetMouse(NULL, &fMouseButtons);
|
||||
GetMouse(&where, &fMouseButtons);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user