summaryrefslogtreecommitdiff
path: root/devel/hotspot/files/patch-src_models_timelinedelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hotspot/files/patch-src_models_timelinedelegate.cpp')
-rw-r--r--devel/hotspot/files/patch-src_models_timelinedelegate.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hotspot/files/patch-src_models_timelinedelegate.cpp b/devel/hotspot/files/patch-src_models_timelinedelegate.cpp
new file mode 100644
index 000000000000..28e2e8df92a2
--- /dev/null
+++ b/devel/hotspot/files/patch-src_models_timelinedelegate.cpp
@@ -0,0 +1,11 @@
+--- src/models/timelinedelegate.cpp.orig 2024-05-28 14:02:14 UTC
++++ src/models/timelinedelegate.cpp
+@@ -194,7 +194,7 @@ void TimeLineDelegate::paint(QPainter* painter, const
+ painter->drawRect(threadTimeRect.adjusted(-1, -1, 0, 0));
+
+ // visualize all events
+- painter->setBrush({});
++ painter->setBrush(QBrush());
+
+ if (offCpuCostId != -1) {
+ const auto offCpuColor = scheme.background(KColorScheme::NegativeBackground).color();