Merge pull request #960 from BDisp/position-cursor-hotkey

Fixes #959. CursorPosition with hotkeys.
This commit is contained in:
Charlie Kindel
2020-10-21 08:12:20 -06:00
committed by GitHub
6 changed files with 27 additions and 5 deletions

View File

@@ -266,6 +266,8 @@ namespace UICatalog {
break;
}
};
Top.Ready += () => radioGroup.Refresh ();
}
}
}