13
0
This commit is contained in:
Robin Gareus 2019-10-19 02:15:13 +02:00
parent bc363f1258
commit 699a47cc65
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

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;
}