This commit is contained in:
Robin Gareus
2019-10-19 02:15:13 +02:00
parent bc363f1258
commit 699a47cc65

View File

@@ -1263,7 +1263,7 @@ PortManager::fill_midi_port_info_locked ()
for (vector<string>::iterator p = ports.begin(); p != ports.end(); ++p) {
/* ugly hack, ideally we'd use a port-flag, or at vkbd_output_port()->name() */
if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _(Virtual Keyboard")) {
if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _("Virtual Keyboard")) {
continue;
}