Skip to content

Commit e597a64

Browse files
committed
fixed overlay after flow finishes
1 parent fda1f90 commit e597a64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/DC Power App/DC Power.app

158 Bytes
Binary file not shown.

src/eez/scripting/scripting.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ void doStopScript() {
128128
InfoTrace("Script stopped: %s\n", scriptName);
129129

130130
setStateIdle();
131+
132+
refreshScreen();
131133
}
132134

133135
bool stopScript(int *err) {

0 commit comments

Comments
 (0)