mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-17 12:47:45 +01:00
sim: menubar stab
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user