Fix creating a new thread locally
Fix creating a new thread locally. We need to listen for the newThread signal and update the thread root event mode content
This commit is contained in:
@@ -87,6 +87,7 @@ void MessageDelegateBase::setIsThreaded(bool isThreaded)
|
||||
m_isThreaded = isThreaded;
|
||||
setAlwaysFillWidth(m_isThreaded || m_compactMode);
|
||||
setPercentageValues(m_isThreaded || m_compactMode);
|
||||
updateAvatar();
|
||||
Q_EMIT isThreadedChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user