mirror of https://github.com/PCSX2/pcsx2.git
wx: Fix assert on settings panel
This commit is contained in:
parent
6aa7266084
commit
98947c10bb
|
@ -322,7 +322,7 @@ Panels::VideoPanel::VideoPanel( wxWindow* parent ) :
|
|||
*left += m_fpan | pxExpand;
|
||||
*left += 5;
|
||||
|
||||
*s_vsyncs += Label(_("Vsyncs in MTGS Queue:")) | StdExpand();
|
||||
*s_vsyncs += left->Label(_("Vsyncs in MTGS Queue:")) | StdExpand();
|
||||
*s_vsyncs += m_spinner_VsyncQueue | pxBorder(wxTOP, -2).Right();
|
||||
*left += s_vsyncs | StdExpand();
|
||||
#ifdef PCSX2_DEVBUILD
|
||||
|
|
Loading…
Reference in New Issue