mirror of https://github.com/PCSX2/pcsx2.git
debugger: Fix Assemble Opcode functionality
For some reason it was working in wx2.8 with a GetLabel(). Strange that.
This commit is contained in:
parent
b55d6539b5
commit
70990002d8
|
@ -126,7 +126,7 @@ public:
|
|||
textControl->SetFocus();
|
||||
textControl->SetFocusFromKbd();
|
||||
}
|
||||
wxString getText() { return textControl->GetLabel(); }
|
||||
wxString getText() { return textControl->GetValue(); }
|
||||
|
||||
private:
|
||||
NonAutoSelectTextCtrl* textControl;
|
||||
|
|
Loading…
Reference in New Issue