diff options
| author | Brian Potchik <brian@vector35.com> | 2023-09-13 09:08:09 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-09-13 09:08:09 -0400 |
| commit | 59e569906828e91e4884670c2bba448702f5a31d (patch) | |
| tree | 730a54cae8782a94105f2918d80a3eb27acf7937 /ui/pane.h | |
| parent | 6b8241af05a058e1fcb33205357fc405bf82c150 (diff) | |
Fix spurious event handling when recreating panes with multiple ViewFrames.
Diffstat (limited to 'ui/pane.h')
| -rw-r--r-- | ui/pane.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -375,6 +375,7 @@ class BINARYNINJAUIAPI SplitPaneContainer : public QWidget #ifndef BINARYNINJAUI_BINDINGS QVariantMap serializeLayout(); void deserializeLayout(const QVariantMap& layout, std::map<ViewFrame*, ViewLocation>& locations); + void aboutToCloseViewFrames(); void recreateViewFrames(std::map<SyncGroup*, ViewLocation>& locations); #endif |
