sim: removed CObject remnant, working text editing

This commit is contained in:
openshwprojects
2022-11-30 13:11:01 +01:00
parent deea0e784d
commit c6d88f2846
15 changed files with 201 additions and 22 deletions

View File

@@ -1,7 +1,6 @@
#ifdef WINDOWS
#include "Simulation.h"
#include "Shape.h"
#include "Object.h"
#include "Wire.h"
#include "Junction.h"
#include "Text.h"
@@ -109,6 +108,7 @@ CShape * CSimulation::addObject(CShape *o) {
}
objects.push_back(o);
registerJunctions(o);
o->recalcBoundsAll();
return o;
}
void CSimulation::createDemoOnlyWB3S() {