We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27dd65b + d616bd2 commit 3166c59Copy full SHA for 3166c59
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala
@@ -421,8 +421,7 @@ object CsvValidatorUi extends SimpleSwingApplication {
421
resumeUi = {
422
btnValidate.enabled = true
423
btnValidateMetadataOnly.enabled = true
424
- btnValidate.peer.setCursor(Cursor.getDefaultCursor)
425
- btnValidateMetadataOnly.peer.setCursor(Cursor.getDefaultCursor)
+ this.peer.setCursor(Cursor.getDefaultCursor)
426
}
427
)
428
} else doNothingOnClick()
0 commit comments