mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #3240 from Akarshit/bugfix-contriStatus
The error message in Contribution Manager is set to null on hitting retry
This commit is contained in:
@@ -161,6 +161,9 @@ public class ContributionManagerDialog {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent arg0) {
|
||||
// The message is set to null so that every time the retry button is hit
|
||||
// no previous error is displayed in the status
|
||||
status.setMessage(null);
|
||||
downloadAndUpdateContributionListing();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user