You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
The File Size: label is updated (by the size of the downloaded file) only in the case the pdb is downloaded via file.ptr. That is because of fireEventFromBgw(Event.FileDownloadStarted) is called only in the case where fileptr is true.
It should be called also in the other branch (where fileptr is false).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
File Size:
label is updated (by the size of the downloaded file) only in the case thepdb
is downloaded viafile.ptr
. That is because offireEventFromBgw(Event.FileDownloadStarted)
is called only in the case wherefileptr
istrue
.It should be called also in the other branch (where
fileptr
is false).The text was updated successfully, but these errors were encountered: