diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-07-15 10:31:52 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-07-15 10:31:52 -0400 |
| commit | 8aaa6ab73566c69aad61ebeb8adfe5c40929b956 (patch) | |
| tree | e76ef408cd103f9bc20442625ddf3582556e2b2a | |
| parent | 85a3a322e029cb28cc2cda913fd2ccccfe0b9d3b (diff) | |
Fix scroll bar position for function list
| -rw-r--r-- | ui/symbollist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/symbollist.h b/ui/symbollist.h index dd3d9d3c..da68fd06 100644 --- a/ui/symbollist.h +++ b/ui/symbollist.h @@ -257,7 +257,7 @@ class BINARYNINJAUIAPI SymbolList: public QListView, public FilterTarget std::string m_filter; SymbolListModel::SortType m_sortType; SymbolListModel::NamedObject m_index; - int m_scrollPosition; + SymbolListModel::NamedObject m_topIndex; bool m_doubleClick; public: |
