Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11740 from Pokechu22/interface-pane-mouse-lock-vi…
…sibility

DolphinQt: Fix mouse lock checkbox appearing when it shouldn't
  • Loading branch information
AdmiralCurtiss committed Apr 8, 2023
2 parents d5b811d + 02cd8b6 commit 79b8e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/Settings/InterfacePane.cpp
Expand Up @@ -204,6 +204,8 @@ void InterfacePane::CreateInGame()
groupbox_layout->addWidget(mouse_groupbox);
#ifdef _WIN32
groupbox_layout->addWidget(m_checkbox_lock_mouse);
#else
m_checkbox_lock_mouse->hide();
#endif
}

Expand Down

0 comments on commit 79b8e13

Please sign in to comment.