Fix update order

This commit is contained in:
Filip Sykala 2021-12-16 12:33:26 +01:00
parent d08e6d8c1b
commit 9a9c8213cb
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ public:
/// <returns>Return True when use the information otherwise False.</returns>
bool on_mouse(const wxMouseEvent &mouse_event) override;
/// <summary>
/// Detect reduction of move for wipetover on selection change
/// </summary>
void data_changed() override;
protected:
bool on_init() override;