- Blank avatar spot for channel if needed
This commit is contained in:
parent
3cc3b62247
commit
879debcb1c
1 changed files with 2 additions and 0 deletions
|
|
@ -615,6 +615,8 @@ class VoiceOverlayWindow(OverlayWindow):
|
|||
if self.channel_icon:
|
||||
self.draw_avatar_pix(context, self.channel_icon, self.channel_mask,
|
||||
pos_x, pos_y, None, avatar_size)
|
||||
else:
|
||||
self.blank_avatar(context,pos_x, pos_y, avatar_size)
|
||||
return tw
|
||||
|
||||
def unused_fn_needed_translations(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue