I'm taking a guess that we need to pass 'this' at line 243 of 'gtkmm2ext/fader.cc'

(makes it consistent with similar changes elsewhere).
This commit is contained in:
John Emmas 2016-03-17 13:38:39 +00:00
parent e9a1674766
commit 4e6895f156

View file

@ -240,7 +240,7 @@ Fader::on_size_allocate (Gtk::Allocation& alloc)
bool
Fader::on_button_press_event (GdkEventButton* ev)
{
focus_handler();
focus_handler(this);
if (_read_only) {
return false;