Revert "fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus are not affected"
This reverts commitdddf76abf5. it is relevant for Ardour/OSX, see58fec98aandda43652
This commit is contained in:
@@ -573,12 +573,9 @@ idle_call_activate (gpointer data)
|
||||
- (void) activate:(id) sender
|
||||
{
|
||||
UNUSED_PARAMETER(sender);
|
||||
#ifdef USE_TRACKS_CODE_FEATURES
|
||||
// Hot Fix. Increase Priority.
|
||||
// Hot Fix. Increase Priority.
|
||||
g_idle_add_full (G_PRIORITY_HIGH_IDLE, idle_call_activate, gtk_menu_item, NULL);
|
||||
#else
|
||||
g_idle_add (idle_call_activate, gtk_menu_item);
|
||||
#endif
|
||||
// g_idle_add (idle_call_activate, gtk_menu_item);
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user