diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-12-18 21:46:26 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-12-18 21:52:14 -0500 |
| commit | 5b804c2c7bae72ccbc2865002d427b52ac4c0b0f (patch) | |
| tree | a584ec8504d3c059cafc10a54fc6c7ae8f304e58 /python/examples/triage/entropy.py | |
| parent | 4023131568543815232094368747147422801198 (diff) | |
fix triage entropy graph navigation for mapped files
Diffstat (limited to 'python/examples/triage/entropy.py')
| -rw-r--r-- | python/examples/triage/entropy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/triage/entropy.py b/python/examples/triage/entropy.py index bcd2affb..53868cc9 100644 --- a/python/examples/triage/entropy.py +++ b/python/examples/triage/entropy.py @@ -53,6 +53,7 @@ class EntropyWidget(QWidget): self.timer.setSingleShot(False) self.timer.start() + self.setCursor(Qt.PointingHandCursor) self.setMinimumHeight(UIContext.getScaledWindowSize(32, 32).height()) def paintEvent(self, event): |
