Use a C++ bool constant

This commit is contained in:
Julien "_FrnchFrgg_" RIVAUD 2016-08-07 16:17:39 +02:00
parent e1da96c472
commit 625240fe30

View file

@ -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