Skip to content

Commit 10e5a14

Browse files
committed
Got rid a clang warning "implicit conversion from 'double' to 'int'" GrandOrgue#2001
1 parent dc17d47 commit 10e5a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grandorgue/gui/dialogs/settings/GOSettingsMidiDevices.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SettingsMidiDevices::SettingsMidiDevices(
6161
box1->Add(midiPropSizer, 0, wxALL | wxALIGN_TOP, 5);
6262

6363
box1->Add(GetPortsBox(), 1, wxEXPAND | wxALL, 5);
64-
topSizer->Add(box1, 0.5, wxEXPAND | wxALL, 5);
64+
topSizer->Add(box1, 0, wxEXPAND | wxALL, 5);
6565
wxBoxSizer *item3
6666
= new wxStaticBoxSizer(wxVERTICAL, this, _("MIDI &input devices"));
6767
item3->Add(

0 commit comments

Comments
 (0)