mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
SymbolDB: Blank stripped symbol name fixed
This commit is contained in:
parent
9b79e0ac72
commit
93b5a5369b
9 changed files with 29 additions and 24 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue