diff --git a/pcsx2/gui/Panels/VideoPanel.cpp b/pcsx2/gui/Panels/VideoPanel.cpp index 0aef487986..d281ff6b08 100644 --- a/pcsx2/gui/Panels/VideoPanel.cpp +++ b/pcsx2/gui/Panels/VideoPanel.cpp @@ -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