summaryrefslogtreecommitdiff
path: root/user/umbrello/hax.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-01 05:34:55 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-01 05:34:55 +0000
commiteb2ac2b0ce4c14f582cb40755b774cb39c963b17 (patch)
tree645e05cd33e86e9543ab599c216f043ba7d02e4a /user/umbrello/hax.patch
parent2692b4530ddccdcc1fd5b17eaa4812b98b4e34b3 (diff)
downloadpackages-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.patch11
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));
+ }
+ }
+