show cursor on picking and other modes than draw/erase, sanity check on presets file

This commit is contained in:
2019-03-08 12:47:06 +01:00
parent 440abb7049
commit bfe5c3541d
5 changed files with 52 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ public:
bool key_char(char key);
void toggle_ui();
void set_stylus();
void message_box(const std::string& title, const std::string& text);
NodeMessageBox* message_box(const std::string& title, const std::string& text, bool cancel_button = false);
void rec_clear();
void rec_loop();