fix: Crashes when opening diffing view

This commit is contained in:
WerWolv
2023-12-28 19:21:15 +01:00
parent 8d3530a4f3
commit b64bb3bec9
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ namespace hex::ui {
m_tooltipCallback = callback;
}
[[nodiscard]] i64 getScrollPosition() const {
[[nodiscard]] i64 getScrollPosition() {
return m_scrollPosition.get();
}