Commit 87a26a5
ui/qt: pass the bind labels through UserBindsPage
Missed caller from the label split: input_config_get_bind_string grew
two struct input_bind_label parameters, and this one is in C++ behind
HAVE_QT, so it was not covered by a C-only build.
The loop already has the port and bind index, so it indexes the label
arrays exactly like the equivalent site in menu_displaylist.c.
Verified by building with --enable-qt against Qt 5.15: ui_qt_widgets.cpp
compiles and the tree links. Config load/save round-trip on the
Qt-enabled binary still matches the pre-split baseline byte for byte
(88 labels).1 parent ad106a6 commit 87a26a5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5800 | 5800 | | |
5801 | 5801 | | |
5802 | 5802 | | |
5803 | | - | |
| 5803 | + | |
| 5804 | + | |
| 5805 | + | |
| 5806 | + | |
5804 | 5807 | | |
5805 | 5808 | | |
5806 | 5809 | | |
| |||
0 commit comments