Fix update order
This commit is contained in:
parent
d08e6d8c1b
commit
9a9c8213cb
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue