Fix 6609: Right-click in active track name box crashes
authorJulien ROGER <gulien.roger@gmail.com>
Wed, 10 Feb 2016 22:52:03 +0000 (23:52 +0100)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 13 Feb 2016 02:30:31 +0000 (12:30 +1000)
commit1fbe4253aafc8821f5d9db0d7e99fcb1712c4cc5
tree408a43f1770ae7f5bb2284cd7e01c1f7b39a46c7
parent108528b63df447fe64ff443ee988335d02e9a98a
Fix 6609: Right-click in active track name box crashes

When right-clicking in the text entry, popup menu grabs focus. Consequently, the "focus out" handler is called, destroys the text entry and replaces it by the label name of the track.
When menu pops up, it tries to access to a widget no longer available.
gtk2_ardour/time_axis_view.cc
gtk2_ardour/time_axis_view.h