mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Parent UserInformation to g.mw; fixes overlay bug
This commit is contained in:
parent
ec6b3c68e1
commit
94a8d140cd
@ -688,7 +688,7 @@ void MainWindow::msgUserStats(const MumbleProto::UserStats &msg) {
|
||||
if (ui) {
|
||||
ui->update(msg);
|
||||
} else {
|
||||
ui = new UserInformation(msg);
|
||||
ui = new UserInformation(msg, g.mw);
|
||||
ui->setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
connect(ui, SIGNAL(destroyed()), this, SLOT(destroyUserInformation()));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user