* Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1216,7 +1216,7 @@ ShowImageView::MouseDown(BPoint position)
|
|||||||
|
|
||||||
BPoint point = ViewToImage(position);
|
BPoint point = ViewToImage(position);
|
||||||
uint32 buttons = 0;
|
uint32 buttons = 0;
|
||||||
if (Window() != NULL & Window()->CurrentMessage() != NULL)
|
if (Window() != NULL && Window()->CurrentMessage() != NULL)
|
||||||
buttons = Window()->CurrentMessage()->FindInt32("buttons");
|
buttons = Window()->CurrentMessage()->FindInt32("buttons");
|
||||||
|
|
||||||
if (fHasSelection && fSelectionBox.Bounds().Contains(point)
|
if (fHasSelection && fSelectionBox.Bounds().Contains(point)
|
||||||
|
|||||||
Reference in New Issue
Block a user