fix layer delete

This commit is contained in:
2017-06-03 19:40:57 +01:00
parent 7495972763
commit 4c0e8956bb
4 changed files with 17 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ public:
Canvas() { I = this; }
bool create(int width, int height);
void resize(int width, int height);
void layer_remove(int idx);
void layer_add(std::string name);
void layer_order(int idx, int pos);
void stroke_start(glm::vec2 point, float pressure, const ui::Brush& brush);