fix sidebar scroll when adding or removing panels

This commit is contained in:
2017-08-12 18:45:49 +01:00
parent 2711d4e9b0
commit 6d3c9380b2
4 changed files with 53 additions and 54 deletions

View File

@@ -11,4 +11,5 @@ class NodeScroll : public NodeBorder
public:
virtual Node* clone_instantiate() const override;
virtual kEventResult handle_event(Event* e) override;
void fix_scroll();
};