mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
canvastable: fix typo that led to mis-sized table (row/col mixup)
This commit is contained in:
parent
27ca49efd3
commit
378e4e7a03
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ Table::compute (Rect const & within)
|
|||
|
||||
|
||||
uint32_t variable_size_rows = rows - inelastic_rows;
|
||||
uint32_t variable_size_cols = rows - inelastic_cols;
|
||||
uint32_t variable_size_cols = cols - inelastic_cols;
|
||||
Distance variable_col_width = 0;
|
||||
Distance variable_row_height = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue