Skip to content

Commit

Permalink
gimx-config: incorrect names after disabling "Multiple mice and
Browse files Browse the repository at this point in the history
keyboards" #545
  • Loading branch information
Mathieu Laurendeau committed Apr 6, 2018
1 parent a7f3829 commit 9caa6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/gimx-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,7 @@ void configFrame::auto_detect(wxStaticText* device_type, string* dname, wxStatic
}
else
{
dname->clear();
device_name->UnsetToolTip();
device_name->SetLabel(wxEmptyString);
device_id->SetLabel(wxT("0"));
Expand Down

0 comments on commit 9caa6c2

Please sign in to comment.