Use SignalBlocker class in EngineControl to block widget signal emission
authorTim Mayberry <mojofunk@gmail.com>
Mon, 10 Aug 2015 10:02:25 +0000 (20:02 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 10 Aug 2015 23:24:52 +0000 (09:24 +1000)
commiteaf5ed2b181d1569dbf638af4b009d2061c0b2e9
tree96d11c83893f6f03549f4daaa83805b9ff6238d6
parent001c1a09107a54695b5e38ab826003af036f0e2a
Use SignalBlocker class in EngineControl to block widget signal emission

This stops a whole lot of redundant signal emission and makes it much easier to
think about what is going on. It also makes the dialog present much faster.
gtk2_ardour/engine_dialog.cc