Kaydet (Commit) c4787618 authored tarafından Michael Stahl's avatar Michael Stahl

svtools: make this condition readable

Change-Id: I3dfa3f5933010adb4c9277aac441a8c8a7c9c4b6
üst 457a744e
...@@ -1314,9 +1314,9 @@ nAction ...@@ -1314,9 +1314,9 @@ nAction
EnableSelectionAsDropTarget(); EnableSelectionAsDropTarget();
#ifndef UNX #ifndef UNX
if ((nAction == DND_ACTION_MOVE) && ((g_pDDTarget && if ( (nAction == DND_ACTION_MOVE)
((g_pDDTarget->GetModel()) != (this->GetModel()))) || && ( (g_pDDTarget && (g_pDDTarget->GetModel() != this->GetModel()))
!g_pDDTarget)) || !g_pDDTarget))
{ {
RemoveSelection(); RemoveSelection();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment