mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-3828 fix integer spinner inc-by-2 value when up/down arrow key
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