mirror of https://github.com/PCSX2/pcsx2.git
recording-gui: Add close box to New Input Recording.
This commit is contained in:
parent
6a2ed3d078
commit
e50a4463a5
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#ifndef DISABLE_RECORDING
|
#ifndef DISABLE_RECORDING
|
||||||
NewRecordingFrame::NewRecordingFrame(wxWindow* parent)
|
NewRecordingFrame::NewRecordingFrame(wxWindow* parent)
|
||||||
: wxDialog(parent, wxID_ANY, "New Input Recording", wxDefaultPosition, wxDefaultSize, wxSTAY_ON_TOP | wxCAPTION)
|
: wxDialog(parent, wxID_ANY, "New Input Recording", wxDefaultPosition, wxDefaultSize, wxSTAY_ON_TOP | wxCLOSE_BOX | wxCAPTION)
|
||||||
{
|
{
|
||||||
wxPanel* panel = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _("panel"));
|
wxPanel* panel = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _("panel"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue