mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
e9a1674766
commit
4e6895f156
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue