Update libqmatrixclient && fix image provider crashes.

This commit is contained in:
Black Hat
2019-03-02 15:33:37 +08:00
parent b5644cb07c
commit 6eb7f21090
3 changed files with 12 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ Item {
id: image
visible: realSource
source: realSource
source: width < 1 ? "" : realSource
sourceSize.width: width
sourceSize.height: width
fillMode: Image.PreserveAspectCrop