diff options
Diffstat (limited to 'src/wx/text_panel.cc')
| -rw-r--r-- | src/wx/text_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index f2055a542..7e4ccf5d7 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -491,7 +491,7 @@ TextPanel::current_type () const { if (_type->size()) { if (auto type = _type->get_data()) { - return string_to_text_type(wx_to_std(*type)); + return string_to_text_type(*type); } } |
