Initial implementation of Layer view (not effective, but integrated in

mixer).
This commit is contained in:
brunoherbelin
2020-05-17 13:29:27 +02:00
parent 54d4bc2aba
commit 569a097c4a
11 changed files with 111 additions and 52 deletions

6
View.h
View File

@@ -79,11 +79,11 @@ private:
};
class LayersView : public View
class LayerView : public View
{
public:
LayersView();
~LayersView();
LayerView();
~LayerView();
void draw () override;
void zoom (float factor) override;