Decrease model progress redraw timeout to 100ms

This commit is contained in:
Jonathan G Rennison
2021-02-19 20:38:00 +00:00
parent 68a0a4d1b9
commit 8e3acbae28

View File

@@ -15,7 +15,7 @@
#include "3rdparty/mingw-std-threads/mingw.mutex.h" #include "3rdparty/mingw-std-threads/mingw.mutex.h"
#endif #endif
static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 100; ///< Timeout between redraws
/** /**
* Check if we are currently in a modal progress state. * Check if we are currently in a modal progress state.