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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user