fixed visual artifact when add/remove sessions while window open
This commit is contained in:
parent
4f3f8b3e56
commit
cb320da8cd
2 changed files with 12 additions and 4 deletions
|
|
@ -201,6 +201,8 @@ private:
|
|||
ChannelWidget* cw;
|
||||
std::vector<SessionWidget*> sessionWidgets;
|
||||
QSize minimum;
|
||||
uint64_t currentWidth = 1;
|
||||
uint64_t currentHeight = 1;
|
||||
//std::vector<EndpointHandler*> *ephs;
|
||||
//std::vector<QSlider> *sliders;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue