mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[qwaq] Resize the scrollbar's draw buffer
This commit is contained in:
parent
34706906f5
commit
4bc6aab7ec
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ position_tab (ScrollBar *self)
|
|||
[super resize:delta];
|
||||
delta = {self.size.width - size.width, self.size.height - size.height};
|
||||
[objects resize:delta];
|
||||
[buffer resizeTo:self.size];
|
||||
position_tab (self);
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue