「view this page in B3 βῆτα server」

Revisions №635

branch: interactive/develop 「№635」
Commited by: Rocco Moretti
GitHub commit link: 「de4a5268d82ab4c7」 「№6556」
Difference from previous tested commit:  code diff
Commit date: 2025-05-30 09:52:08
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6556 from RosettaCommons/roccomoretti/fix_uploader_refresh [Foldit] Fix issue with uploader/downloader refresh. When I made the updates for #6537 and #6539 which added a downloader progress dialog, I moved the download/upload into a thread, but the refresh-after-download was left in the original thread. This meant that there was an inadvertent reordering, meaning that the refresh wasn't seeing the updated results (because it was being executed before the update in the thread completed.) This PR moves those refreshes into a callback function which is called after the downloader completes. RELEASE NOTES: Fix bug with solution upload/download where additional refreshes were needed to see the new state.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window