Bugfix: Containers could lose their snap state (Thanks Atsutane)
When being on a different workspace than the one where the snapped container is, the function to cleanup cols/rows would clean up too much.
This commit is contained in:
@ -48,7 +48,7 @@ void expand_table_cols_at_head(Workspace *workspace);
|
||||
* Performs simple bounds checking for the given column/row
|
||||
*
|
||||
*/
|
||||
bool cell_exists(int col, int row);
|
||||
bool cell_exists(Workspace *ws, int col, int row);
|
||||
|
||||
/**
|
||||
* Shrinks the table by "compacting" it, that is, removing completely empty
|
||||
|
Reference in New Issue
Block a user