qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

QskGridBox and multicells

Open uwerat opened this issue 4 years ago • 0 comments

QskGridBox needs to be fixed for grids with multicells like:

insert( ..., 0, 0, 1, 2 );
insert( ..., 1, 1, 1, 2 );
insert( ..., 0, 2 );
insert( ..., 1, 0 );

uwerat avatar Jul 25 '20 08:07 uwerat