Shell|Fixed: Refresh timing, rule usage
If one starts another QEventLoop from a QTimer timeout(), the timeris paused and would cause refresh to stop.
Now each refresh is scheduled as a single-shot signal.
View differences
Shell|Fixed: Refresh timing, rule usage
If one starts another QEventLoop from a QTimer timeout(), the timer
is paused and would cause refresh to stop.
Now each refresh is scheduled as a single-shot signal.