Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 0120038

Browse files
authored
Merge pull request #509 from xamarin/dominique-FixNumericTabbing
Fix Tabbing through all numeric controls.
2 parents 4e23272 + 3e846f1 commit 0120038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.PropertyEditing.Mac/Controls/NumericEditorControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected NSNumberFormatter Formatter {
5757
}
5858

5959
public override NSView FirstKeyView => NumericEditor;
60-
public override NSView LastKeyView => NumericEditor;
60+
public override NSView LastKeyView => NumericEditor.DecrementButton;
6161

6262
protected NSNumberFormatterStyle NumberStyle {
6363
get {

0 commit comments

Comments
 (0)