Skip to content

Commit

Permalink
perf: don't force-layout in setChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Nov 25, 2024
1 parent 280f9e4 commit eb9e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/helper/ChannelView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ void ChannelView::setChannel(const ChannelPtr &underlyingChannel)

this->updateID();

this->performLayout();
this->queueLayout();
this->queueUpdate();

// Notifications
Expand Down

0 comments on commit eb9e083

Please sign in to comment.