mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix/amend pre commit
This commit is contained in:
parent
12a4ddc952
commit
38a874ecb8
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ ThemeManager::build_base_color_canvas (ArdourCanvas::Container& group, bool (The
|
||||||
|
|
||||||
for (uint32_t y = 0; y < height - box_size && color_num < color_limit; y += box_size) {
|
for (uint32_t y = 0; y < height - box_size && color_num < color_limit; y += box_size) {
|
||||||
for (uint32_t x = 0; x < width - box_size && color_num < color_limit; x += box_size) {
|
for (uint32_t x = 0; x < width - box_size && color_num < color_limit; x += box_size) {
|
||||||
ArdourCanvas::Rectangle* r = new Rectangle (&group, ArdourCanvas::Rect (x, y, x + box_size, y + box_size));
|
ArdourCanvas::Rectangle* r = new ArdourCanvas::Rectangle (&group, ArdourCanvas::Rect (x, y, x + box_size, y + box_size));
|
||||||
|
|
||||||
string name = nc[color_num++].name;
|
string name = nc[color_num++].name;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue