Skip to content

Commit

Permalink
Merge pull request #5452 from spycrab/qt_rnd_crashes
Browse files Browse the repository at this point in the history
Qt: Fix random crashes
  • Loading branch information
leoetlino committed May 20, 2017
2 parents 8b113ea + a4b24ac commit 445b77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/Config/ControllersWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 445b77f

Please sign in to comment.