mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:07:38 +00:00
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:
parent
0789fe9ede
commit
1766f31c27
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue