* Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-10-24 08:15:27 +00:00
parent 476fad7f7f
commit b517fc4393
1 changed files with 1 additions and 1 deletions

View File

@ -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)