mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-09 05:23:17 +02:00
Fix scheduled voice chat creation.
This commit is contained in:
parent
df6f5d83d6
commit
2af1d95650
1 changed files with 4 additions and 0 deletions
|
@ -954,6 +954,7 @@ void Panel::setupMembers() {
|
||||||
setupVideo();
|
setupVideo();
|
||||||
_members->show();
|
_members->show();
|
||||||
|
|
||||||
|
refreshControlsBackground();
|
||||||
raiseControls();
|
raiseControls();
|
||||||
|
|
||||||
_members->desiredHeightValue(
|
_members->desiredHeightValue(
|
||||||
|
@ -1729,6 +1730,9 @@ void Panel::updateButtonsStyles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Panel::refreshControlsBackground() {
|
void Panel::refreshControlsBackground() {
|
||||||
|
if (!_members) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (mode() == PanelMode::Default) {
|
if (mode() == PanelMode::Default) {
|
||||||
trackControls(false);
|
trackControls(false);
|
||||||
_controlsBackgroundWide.destroy();
|
_controlsBackgroundWide.destroy();
|
||||||
|
|
Loading…
Add table
Reference in a new issue