Skip to content

Commit

Permalink
Got rid a clang warning "implicit conversion from 'double' to 'int'" G…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Nov 28, 2024
1 parent dc17d47 commit 10e5a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SettingsMidiDevices::SettingsMidiDevices(
box1->Add(midiPropSizer, 0, wxALL | wxALIGN_TOP, 5);

box1->Add(GetPortsBox(), 1, wxEXPAND | wxALL, 5);
topSizer->Add(box1, 0.5, wxEXPAND | wxALL, 5);
topSizer->Add(box1, 0, wxEXPAND | wxALL, 5);
wxBoxSizer *item3
= new wxStaticBoxSizer(wxVERTICAL, this, _("MIDI &input devices"));
item3->Add(
Expand Down

0 comments on commit 10e5a14

Please sign in to comment.