mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-3828_dev747368_fix_int_spinner_uparrow'
This commit is contained in:
@@ -77,6 +77,7 @@ public class IntegerSpinner {
|
||||
break;
|
||||
}
|
||||
if (newVal != null) {
|
||||
e.consume();
|
||||
spinner.setValue(newVal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user