gui updates
This commit is contained in:
parent
a55a5ec5cc
commit
4a557d7e5c
42 changed files with 1179 additions and 962 deletions
|
|
@ -10,7 +10,7 @@ class EditorGUI : public Application {
|
|||
public:
|
||||
EditorGUI() {
|
||||
auto canvas = this->mGraphics->getCanvas();
|
||||
mGui = new EditorWidget<EventHandler, Canvas>(canvas, &mEditor);
|
||||
mGui = new EditorWidget(canvas, &mEditor);
|
||||
|
||||
mEditor.loadDefaults();
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ public:
|
|||
private:
|
||||
Editor mEditor;
|
||||
WidgetManager mWidgetManager;
|
||||
EditorWidget<EventHandler, Canvas>* mGui;
|
||||
EditorWidget* mGui;
|
||||
};
|
||||
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue