diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index d144f582..2e9c7ec3 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -2165,15 +2165,6 @@ namespace Volian.Controls.Library case Keys.Oemplus: // the plus on the keyboard (not the key pad) e.Handled = true; break; - // B2020-018: Oemcomma & OemPeriod are short cut keys for changing the font size - only do this if in a table: - case Keys.Oemcomma: // '<' - if (_MyItemInfo != null && _MyItemInfo.IsTable && !IsRoTable) SetFontSize(false); - e.Handled = true; - break; - case Keys.OemPeriod: // '>' - if (_MyItemInfo != null && _MyItemInfo.IsTable && !IsRoTable) SetFontSize(true); - e.Handled = true; - break; } } else