mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
2d7e19662f
commit
89c12f32ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue