| 245 | } |
| 246 | |
| 247 | bool NumericTextCtrl::SetFormatName(const NumericFormatID& formatName) |
| 248 | { |
| 249 | if (!NumericConverter::SetFormatName(formatName)) |
| 250 | return false; |
| 251 | |
| 252 | HandleFormatterChanged(true); |
| 253 | |
| 254 | return true; |
| 255 | } |
| 256 | |
| 257 | bool NumericTextCtrl::SetCustomFormat(const TranslatableString& customFormat) |
| 258 | { |
no outgoing calls