commit | cbb8edb0b775f0abba3ea16d73eaabcbac10fc33 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Sat Apr 26 15:41:08 2025 +0200 |
committer | ocornut <omarcornut@gmail.com> | Sat Apr 26 15:44:51 2025 +0200 |
tree | a683170b826b4a89a497ae922183dc53de41842f | |
parent | 75964a9860d497ce3a4b0c482a093e664971466c [diff] |
Tables: fixed an assert when combining Tables, Frozen Rows, Clipper and BeginMultiSelect() in a certain order. (#8595, #8250) The table->CurrentColumn != -1 test in BeginMultiSelect() was affected. It would have been possible to amend the test with table->IsInsideRow but this seems generally saner. Docs: fixed typo. (#8592)