We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c59cd commit d4ae7bcCopy full SHA for d4ae7bc
src/main/widgets/containers/TabControl.cpp
@@ -179,7 +179,7 @@ namespace lsp
179
// Bind slots
180
handler_id_t id;
181
id = sSlots.add(SLOT_CHANGE, slot_on_change, self());
182
- if (id >= 0) id = sSlots.add(SLOT_SUBMIT, slot_on_change, self());
+ if (id >= 0) id = sSlots.add(SLOT_SUBMIT, slot_on_submit, self());
183
if (id < 0)
184
return -id;
185
0 commit comments