diff options
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)); + } + } + |