mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
Use a C++ bool constant
This commit is contained in:
parent
e1da96c472
commit
625240fe30
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ ArdourDropdown::position_menu(int& x, int& y, bool& push_in) {
|
|||
y = monitor.get_y() + max(0, monitor.get_height() - menu_req.height);
|
||||
}
|
||||
|
||||
push_in = FALSE;
|
||||
push_in = false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue