mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qwaq] Actually send on receive/release focus messages
Noticed while tracking down the proxy view switch issue.
This commit is contained in:
parent
dbb3802740
commit
30b97af65a
1 changed files with 2 additions and 0 deletions
|
@ -274,12 +274,14 @@ updateScreenCursor (View *view)
|
|||
-takeFocus
|
||||
{
|
||||
state |= sfInFocus;
|
||||
[onReceiveFocus respond:self];
|
||||
return self;
|
||||
}
|
||||
|
||||
-loseFocus
|
||||
{
|
||||
state &= ~sfInFocus;
|
||||
[onReleaseFocus respond:self];
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue