Show/Hide midi calibrate button based on AudioBackend::enumerate_devices
authorTim Mayberry <mojofunk@gmail.com>
Thu, 3 Dec 2015 03:39:07 +0000 (13:39 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 11 Feb 2016 02:15:07 +0000 (12:15 +1000)
commitd54a32037406775cad9431c3f0cc21fa9670fba2
treeb7c4c9ae21cad4f60a55747f999b6b4f107875ff
parent6c10b31af146741bc1f6f3072de5bf94db2903d9
Show/Hide midi calibrate button based on AudioBackend::enumerate_devices

Rather than use an ifdef to only pack the button on linux just hide the button
if the backend doesn't enumerate the devices.
gtk2_ardour/engine_dialog.cc