Make sure to start blinking of insertion point from the 'on' - makes much

nicer typing


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14398 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-09-05 10:42:07 +00:00
parent 0789fe9ede
commit 1766f31c27

View file

@ -1597,6 +1597,12 @@ static NSNotificationCenter *nc;
repeats: YES];
RETAIN (_insertionPointTimer);
}
/* Ok - blinking has just been turned on. Make sure we start
* the on/off/on/off blinking from the 'on', because in that way
* the user can see where the insertion point is as soon as
* possible.
*/
_drawInsertionPointNow = YES;
}
else
{