mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 21:35:28 +00:00
Qt: Fix random crashes
This commit is contained in:
parent
1d2b272b00
commit
a4b24ac265
@ -83,7 +83,7 @@ ControllersWindow::ControllersWindow(QWidget* parent)
|
||||
|
||||
void ControllersWindow::CreateGamecubeLayout()
|
||||
{
|
||||
m_gc_box = new QGroupBox(m_gc_label);
|
||||
m_gc_box = new QGroupBox();
|
||||
m_gc_layout = new QFormLayout();
|
||||
m_gc_label = new QLabel();
|
||||
m_gc_label->setPixmap(QPixmap(m_gamecube_icon));
|
||||
|
Loading…
x
Reference in New Issue
Block a user