summaryrefslogtreecommitdiff
path: root/app/bin/cmodify.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-04-29 12:11:35 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-04-29 12:11:35 +0200
commitdcef13a23c06398c0c9b3145c08b28d1110bc169 (patch)
treedf8d3227b3d71fdd356b3c1e69c62533d1759f72 /app/bin/cmodify.c
parent3e11d9c0e6173fce8a482efed8d7f965e8bd6dfa (diff)
parent16e9630b79f0a7a90c6cedb6781175bb8b337dc1 (diff)
Merge tag 'upstream/4.3.0'
Upstream version 4.3.0
Diffstat (limited to 'app/bin/cmodify.c')
-rw-r--r--app/bin/cmodify.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/bin/cmodify.c b/app/bin/cmodify.c
index 89fd548..6828ff9 100644
--- a/app/bin/cmodify.c
+++ b/app/bin/cmodify.c
@@ -138,6 +138,7 @@ static STATUS_T CmdModify(
}
DrawSegs( &tempD, zero, 0.0, &tempSegs(0), tempSegs_da.cnt, trackGauge, wDrawColorBlack );
MainRedraw();
+ MapRedraw();
return rc;
case C_MOVE:
@@ -155,6 +156,7 @@ static STATUS_T CmdModify(
}
DrawSegs( &tempD, zero, 0.0, &tempSegs(0), tempSegs_da.cnt, trackGauge, wDrawColorBlack );
MainRedraw();
+ MapRedraw();
return rc;
@@ -173,7 +175,7 @@ static STATUS_T CmdModify(
//changeTrackMode = FALSE;
Dex.Trk = NULL;
MainRedraw();
-
+ MapRedraw();
return rc;
case C_RDOWN:
@@ -209,6 +211,7 @@ LOG( log_modify, 1, ("extend endPt[%d] = [%0.3f %0.3f] A%0.3f\n",
}
Dex.first = TRUE;
MainRedraw();
+ MapRedraw();
#ifdef LATER
return C_CONTINUE;
#endif
@@ -327,6 +330,7 @@ LOG( log_modify, 2, ("A=%0.3f X=%0.3f\n", a0, Dex.jointD.x ) )
}
DrawSegs( &tempD, zero, 0.0, &tempSegs(0), tempSegs_da.cnt, trackGauge, wDrawColorBlack );
MainRedraw();
+ MapRedraw();
return C_CONTINUE;
case C_RUP:
@@ -348,6 +352,7 @@ LOG( log_modify, 2, ("A=%0.3f X=%0.3f\n", a0, Dex.jointD.x ) )
UndoEnd();
DrawNewTrack(Dex.Trk );
MainRedraw();
+ MapRedraw();
return C_TERMINATE;
}
trk = NewStraightTrack( Dex.pos01, Dex.curveData.pos1 );
@@ -373,6 +378,7 @@ LOG( log_modify, 1, ("A0 = %0.3f, A1 = %0.3f\n",
DrawNewTrack( Dex.Trk );
Dex.Trk = NULL;
MainRedraw();
+ MapRedraw();
return C_TERMINATE;
case C_REDRAW: