Skip to content

Commit 285305f

Browse files
committed
Make flash last for 500ms - same as Emacs Live’s flash on eval setting
1 parent d476d54 commit 285305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ void MainWindow::runCode()
775775
msg.pushStr(code);
776776
sendOSC(msg);
777777

778-
QTimer::singleShot(200, this, SLOT(unhighlightCode()));
778+
QTimer::singleShot(500, this, SLOT(unhighlightCode()));
779779

780780

781781
}

0 commit comments

Comments
 (0)