mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
SymbolDB: Blank stripped symbol name fixed
This commit is contained in:
@ -361,7 +361,7 @@ void CCodeView::OnPopupMenu(wxCommandEvent& event)
|
||||
StrToWxStr(symbol->name));
|
||||
if (input_symbol.ShowModal() == wxID_OK)
|
||||
{
|
||||
symbol->name = WxStrToStr(input_symbol.GetValue());
|
||||
symbol->Rename(WxStrToStr(input_symbol.GetValue()));
|
||||
Refresh(); // Redraw to show the renamed symbol
|
||||
}
|
||||
Host_NotifyMapLoaded();
|
||||
|
Reference in New Issue
Block a user