Skip to content

Commit

Permalink
gimx-config: device type missing in device fields #576
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Jul 8, 2018
1 parent d13bc95 commit 807f138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/gimx-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,6 @@ configFrame::configFrame(wxString file,wxWindow* parent, wxWindowID id __attribu
StaticBoxSizer3 = new wxStaticBoxSizer(wxHORIZONTAL, PanelButton, _("Device"));
FlexGridSizer12 = new wxFlexGridSizer(1, 3, 0, 0);
ButtonTabDeviceType = new wxStaticText(PanelButton, ID_STATICTEXT38, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT38"));
ButtonTabDeviceType->Hide();
FlexGridSizer12->Add(ButtonTabDeviceType, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5);
ButtonTabDeviceName = new wxStaticText(PanelButton, ID_STATICTEXT30, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, _T("ID_STATICTEXT30"));
FlexGridSizer12->Add(ButtonTabDeviceName, 1, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5);
Expand Down
1 change: 0 additions & 1 deletion config/wxsmith/configframe.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@
<object class="sizeritem">
<object class="wxStaticText" name="ID_STATICTEXT38" variable="ButtonTabDeviceType" member="yes">
<label></label>
<hidden>1</hidden>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
Expand Down

0 comments on commit 807f138

Please sign in to comment.