fix: 任务栏授权管理图标在托盘区域的插件收缩键头两边来回驻留

任务栏托盘处于收缩时,后加入进来的插件加入时候没有根据托盘状态进行处理,导致显示出来未被收纳进收缩控件

Log: 任务栏授权管理图标在托盘区域的插件收缩键头两边来回驻留
Bug: https://pms.uniontech.com/zentao/testcase-view-212045.html
Change-Id: I69ce935c2feaf0d128e87f2640cd443e9e93e87e
This commit is contained in:
xiaoyaobing 2020-11-02 17:23:41 +08:00
parent 163461ff9b
commit 918380b9b6

View File

@ -107,6 +107,7 @@ void FashionTrayItem::trayWidgetAdded(const QString &itemKey, AbstractTrayWidget
}
} while (false);
onExpandChanged(m_controlWidget->expanded());
requestResize();
}