Fixes #258 theme change doesn't apply
This commit is contained in:
@@ -114,6 +114,13 @@ ChannelView::~ChannelView()
|
||||
this->messageReplacedConnection.disconnect();
|
||||
}
|
||||
|
||||
void ChannelView::refreshTheme()
|
||||
{
|
||||
BaseWidget::refreshTheme();
|
||||
|
||||
this->layoutMessages();
|
||||
}
|
||||
|
||||
void ChannelView::queueUpdate()
|
||||
{
|
||||
if (this->updateTimer.isActive()) {
|
||||
|
||||
Reference in New Issue
Block a user