mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-25 00:26:54 +01:00
sim: display separate modified status for flash and schematic
This commit is contained in:
@@ -24,6 +24,7 @@ void Tool_Wire::onMouseDown(const Coord &pos, int button) {
|
||||
Coord curPos = roundToGrid(GetMousePos());
|
||||
if (bActive) {
|
||||
#if 1
|
||||
sim->markAsModified();
|
||||
CWire *newWireOld = sim->getSim()->addWire(a, b);
|
||||
newWire = sim->getSim()->addWire(b, c);
|
||||
if (newWire != 0) {
|
||||
|
||||
Reference in New Issue
Block a user