fix track height resizing on OSX.
authorRobin Gareus <robin@gareus.org>
Tue, 21 Oct 2014 11:20:17 +0000 (13:20 +0200)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 22 Oct 2014 13:12:03 +0000 (09:12 -0400)
commitdb839ceb1c1a448bb5eeffe1f5a662a87bafe24a
tree6b3c2f21374074be15d0f4ccb2ca0b533a21731a
parent40d91a99973b24f1b830ba37b845a671989da39a
fix track height resizing on OSX.

If the transport is running, g_idle with G_PRIORITY_DEFAULT_IDLE is
never called.

TODO: check other g_idle functions in libs/gtkmm2ext
gtk2_ardour/editor.cc