mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qwaq] Implement Group redraw
This commit is contained in:
parent
8bd702ab1a
commit
28a9e041e6
1 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,14 @@ not_dont_draw (id aView, void *aGroup)
|
|||
|
||||
-redraw
|
||||
{
|
||||
if (owner) {
|
||||
[owner redraw];
|
||||
} else {
|
||||
[self draw];
|
||||
if (__obj_responds_to (context, @selector(refresh))) {
|
||||
[(id)context refresh];
|
||||
}
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue