mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-15 11:49:27 +01:00
sim: all add headers to project file. Text drawing supports external style.
This commit is contained in:
@@ -28,7 +28,7 @@ void CSimulation::removeJunction(class CJunction *ju) {
|
||||
junctions.remove(ju);
|
||||
}
|
||||
int CSimulation::drawTextStats(int h) {
|
||||
h = drawText(10, h, "Objects %i, wires %i", objects.size(), wires.size());
|
||||
h = drawText(NULL, 10, h, "Objects %i, wires %i", objects.size(), wires.size());
|
||||
return h;
|
||||
}
|
||||
void CSimulation::recalcBounds() {
|
||||
|
||||
Reference in New Issue
Block a user