Add the timers for NSModalPanelRunLoopMode as well.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-02-22 11:28:06 +00:00
parent a070f43ca7
commit 28ff5825aa
4 changed files with 16 additions and 1 deletions

View file

@ -4132,6 +4132,8 @@ Figure out how the additional layout stuff is supposed to work.
selector: @selector(_blink:)
userInfo: nil
repeats: YES];
[[NSRunLoop currentRunLoop] addTimer: _insertionPointTimer
forMode: NSModalPanelRunLoopMode];
RETAIN(_insertionPointTimer);
}