mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-27 06:35:16 +00:00
add override
add onChecked() function to Timeline command
This commit is contained in:
parent
e646ee7047
commit
ffab635acd
@ -28,7 +28,7 @@ public:
|
||||
protected:
|
||||
void onLoadParams(const Params& params) override;
|
||||
void onExecute(Context* context) override;
|
||||
bool onChecked(Context* ctx);
|
||||
bool onChecked(Context* ctx) override;
|
||||
|
||||
bool m_open;
|
||||
bool m_close;
|
||||
|
Loading…
x
Reference in New Issue
Block a user