sim: menubar stab

This commit is contained in:
openshwprojects
2022-11-28 17:46:09 +01:00
parent 04900e9ed1
commit 69b7bab962
5 changed files with 115 additions and 5 deletions

View File

@@ -135,10 +135,11 @@ void CSimulation::createDemo() {
bulb2_copy->setPosition(640, 140);
addObject(bulb2_copy);
CObject *wb3s_copy = wb3s->cloneObject();
wb3s_copy->setPosition(640, 440);
addObject(wb3s_copy);
if (0) {
CObject *wb3s_copy = wb3s->cloneObject();
wb3s_copy->setPosition(640, 440);
addObject(wb3s_copy);
}
matchAllJunctions();
recalcBounds();