mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Make iso properties non modal.
This commit is contained in:
parent
5fc62ac563
commit
2df8190e1a
13 changed files with 69 additions and 45 deletions
|
@ -25,7 +25,8 @@ class wxWindow;
|
|||
class CPatchAddEdit : public wxDialog
|
||||
{
|
||||
public:
|
||||
CPatchAddEdit(int _selection, wxWindow* parent,
|
||||
CPatchAddEdit(int _selection, const std::vector<PatchEngine::Patch>& _onFrame,
|
||||
wxWindow* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& title = _("Edit Patch"),
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
@ -42,6 +43,7 @@ private:
|
|||
wxButton* EntryAdd;
|
||||
wxButton* EntryRemove;
|
||||
wxStaticBoxSizer* sbEntry;
|
||||
std::vector<PatchEngine::Patch> onFrame;
|
||||
|
||||
void CreateGUIControls(int selection);
|
||||
void ChangeEntry(wxSpinEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue