mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Cleanup some more gint -> bools.
git-svn-id: svn://localhost/ardour2/branches/3.0@9374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
52eced2691
commit
28c53d0f92
3 changed files with 18 additions and 18 deletions
|
|
@ -3557,7 +3557,7 @@ Editor::edit_controls_button_release (GdkEventButton* ev)
|
|||
return true;
|
||||
}
|
||||
|
||||
gint
|
||||
bool
|
||||
Editor::mouse_select_button_release (GdkEventButton* ev)
|
||||
{
|
||||
/* this handles just right-clicks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue