You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Linux this doesn't happen because in a normal development flow the debug build of kiwix-desktop uses the same shared libraries of Qt as the release build, whereas under Windows the version of the dlls used depends on the type of the build. Probably the issue can be reproduced under Linux by linking to the debug versions of QT .so files.
The text was updated successfully, but these errors were encountered:
The assertion is caused by
QStyledItemDelegate::paint()
being called with an invalidQModelIndex
:kiwix-desktop/src/suggestionlistdelegate.cpp
Lines 9 to 19 in 63b421e
Under Linux this doesn't happen because in a normal development flow the debug build of
kiwix-desktop
uses the same shared libraries of Qt as the release build, whereas under Windows the version of the dlls used depends on the type of the build. Probably the issue can be reproduced under Linux by linking to the debug versions of QT .so files.The text was updated successfully, but these errors were encountered: