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
This is a repost of #80 specifically addressing the access violation caused by CUITransactionDlg::ItemCountOK() as in the screenshot here:
This is caused by the icon no longer being set when expected.
Without looking at it too deeply, this is most likely due to an interaction that should otherwise be blocked (usually UI interactions are blocked between server requests, so item changes cannot be made to cause things to break like this).
The text was updated successfully, but these errors were encountered:
This is a repost of #80 specifically addressing the access violation caused by
CUITransactionDlg::ItemCountOK()
as in the screenshot here:This is caused by the icon no longer being set when expected.
Without looking at it too deeply, this is most likely due to an interaction that should otherwise be blocked (usually UI interactions are blocked between server requests, so item changes cannot be made to cause things to break like this).
The text was updated successfully, but these errors were encountered: