Improve Reply UI.
Fix a bug in ImageItem. Update libqmatrixclient.
This commit is contained in:
@@ -82,7 +82,7 @@ void ImageItem::setPaintable(Paintable *paintable) {
|
||||
}
|
||||
|
||||
void ImageItem::setHint(QString newHint) {
|
||||
if (m_hint != newHint) {
|
||||
if (!m_hint.isNull() && m_hint != newHint) {
|
||||
m_hint = newHint;
|
||||
emit hintChanged();
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user