Style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39045 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1568,8 +1568,7 @@ BContainerWindow::MessageReceived(BMessage *message)
|
|||||||
if (entry.InitCheck() == B_OK && entry.IsDirectory()) {
|
if (entry.InitCheck() == B_OK && entry.IsDirectory()) {
|
||||||
uint32 moveMode = kMoveSelectionTo;
|
uint32 moveMode = kMoveSelectionTo;
|
||||||
int32 buttons = fDragMessage->FindInt32("buttons");
|
int32 buttons = fDragMessage->FindInt32("buttons");
|
||||||
if (buttons & B_SECONDARY_MOUSE_BUTTON || modifiers() & B_CONTROL_KEY)
|
if (buttons & B_SECONDARY_MOUSE_BUTTON || modifiers() & B_CONTROL_KEY) {
|
||||||
{
|
|
||||||
BPoint dropPoint;
|
BPoint dropPoint;
|
||||||
PoseView()->GetMouse(&dropPoint, NULL, true);
|
PoseView()->GetMouse(&dropPoint, NULL, true);
|
||||||
moveMode = ShowDropContextMenu(dropPoint);
|
moveMode = ShowDropContextMenu(dropPoint);
|
||||||
|
|||||||
Reference in New Issue
Block a user