mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
canvas: use combined outline enum value for clarity
This commit is contained in:
parent
71fe17a241
commit
6f883650d8
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
|||
std::cerr << "Render selection frame on " << self << std::endl;
|
||||
}
|
||||
|
||||
if (_outline_what == What (LEFT|RIGHT|BOTTOM|TOP)) {
|
||||
if (_outline_what == ALL) {
|
||||
|
||||
if (_corner_radius) {
|
||||
Gtkmm2ext::rounded_rectangle (context, self.x0, self.y0, self.width() - _outline_width, self.height() - _outline_width, _corner_radius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue