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