mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Item::grab_focus was a NO-OP (see 34e7c2ffc5)
This commit is contained in:
parent
2f68e0df5b
commit
05b8df6da9
1 changed files with 2 additions and 2 deletions
|
|
@ -3633,7 +3633,7 @@ MidiRegionView::patch_entered (PatchChange* p)
|
|||
<< instrument_info().get_patch_name_without (p->patch()->bank(), p->patch()->program(), p->patch()->channel()) << '\n'
|
||||
<< _("Channel ") << ((int) p->patch()->channel() + 1);
|
||||
show_verbose_cursor (s.str(), 10, 20);
|
||||
p->item().grab_focus();
|
||||
//p->item().grab_focus();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -3653,7 +3653,7 @@ MidiRegionView::sysex_entered (SysEx* p)
|
|||
// need a way to extract text from p->_flag->_text
|
||||
// s << p->text();
|
||||
// show_verbose_cursor (s.str(), 10, 20);
|
||||
p->item().grab_focus();
|
||||
//p->item().grab_focus();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue