diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-01 05:34:55 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-01 05:34:55 +0000 |
commit | eb2ac2b0ce4c14f582cb40755b774cb39c963b17 (patch) | |
tree | 645e05cd33e86e9543ab599c216f043ba7d02e4a /user/umbrello/hax.patch | |
parent | 2692b4530ddccdcc1fd5b17eaa4812b98b4e34b3 (diff) | |
download | packages-eb2ac2b0ce4c14f582cb40755b774cb39c963b17.tar.gz packages-eb2ac2b0ce4c14f582cb40755b774cb39c963b17.tar.bz2 packages-eb2ac2b0ce4c14f582cb40755b774cb39c963b17.tar.xz packages-eb2ac2b0ce4c14f582cb40755b774cb39c963b17.zip |
user/umbrello: disable icons to fix crash (upstream #400501)
Diffstat (limited to 'user/umbrello/hax.patch')
-rw-r--r-- | user/umbrello/hax.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/umbrello/hax.patch b/user/umbrello/hax.patch new file mode 100644 index 000000000..d48c6052b --- /dev/null +++ b/user/umbrello/hax.patch @@ -0,0 +1,11 @@ +--- umbrello-18.08.2/umbrello/umllistviewitem.cpp.old 2018-10-08 12:48:19.000000000 +0000 ++++ umbrello-18.08.2/umbrello/umllistviewitem.cpp 2018-10-31 06:24:26.330000000 +0000 +@@ -469,7 +469,7 @@ + { + QPixmap p = Icon_Utils::SmallIcon(iconType); + if (!p.isNull()) { +- QTreeWidgetItem::setIcon(0, QIcon(p)); ++ //QTreeWidgetItem::setIcon(0, QIcon(p)); + } + } + |