Up to [local] / ports / games / cockatrice / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 13 03:50:26 2021 UTC (3 years ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Summary: bugfix there is still a bug where you have to type first into the dialog box to get cards to display. the bugfix involved constructing QModelIndex() rows=-1 cols=-1, which eventually led it to throw an assertion. This condition must be fulfilled: loadedRowCount <= parent->rows(). parent is a newly constructed instance of QModelIndex(), having no rows. loadedRowCount was 100.