local variable should start as NO, in some cases it is not set later.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38911 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Paul Landers 2015-08-18 16:07:01 +00:00
parent 2d7e19662f
commit 89c12f32ad

View file

@ -3675,7 +3675,7 @@ static inline float computePeriod(NSPoint mouseLocationWin,
{
NSPoint initialLocation = [theEvent locationInWindow];
NSPoint location;
BOOL clickedRowSelectedBeforeClick;
BOOL clickedRowSelectedBeforeClick = NO;
int clickCount = [theEvent clickCount];
// Pathological case -- ignore mouse down