lower default update interval to 10ms
This commit is contained in:
@ -1088,7 +1088,7 @@ void LammpsGui::do_run(bool use_buffer)
|
||||
|
||||
logupdater = new QTimer(this);
|
||||
connect(logupdater, &QTimer::timeout, this, &LammpsGui::logupdate);
|
||||
logupdater->start(settings.value("updfreq", "100").toInt());
|
||||
logupdater->start(settings.value("updfreq", "10").toInt());
|
||||
}
|
||||
|
||||
void LammpsGui::render_image()
|
||||
|
||||
Reference in New Issue
Block a user