add preference option to replace chart window

This commit is contained in:
Axel Kohlmeyer
2023-08-05 18:46:17 -04:00
parent 53eaca030b
commit 890765f2e6
2 changed files with 8 additions and 1 deletions

View File

@ -584,7 +584,7 @@ void LammpsGui::run_buffer()
logupdater = new QTimer(this);
connect(logupdater, &QTimer::timeout, this, &LammpsGui::logupdate);
logupdater->start(200);
logupdater->start(250);
}
void LammpsGui::view_image()