Initialize Editor::clicked_selection to prevent programming error dialog/exit
authorTim Mayberry <mojofunk@gmail.com>
Thu, 28 Jan 2016 03:30:59 +0000 (13:30 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 28 Jan 2016 03:42:37 +0000 (13:42 +1000)
commitaedde118620bdbcd8003f47b140aee4b466a4bd9
tree723f3b9acfdb1584c666e6c77e19e165c5a8a2be
parent45e8bda65f691b0ea876eb9f186b95a381d628ef
Initialize Editor::clicked_selection to prevent programming error dialog/exit

This was triggered when reloading session and immediately duplicating range with
keyboard shortcut. As clicked_selection was uninitialized it would try to use
an invalid index into the TimeSelection.
gtk2_ardour/editor.cc