mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 23:30:55 +00:00
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:
parent
a070f43ca7
commit
28ff5825aa
4 changed files with 16 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue