IbisNeuronav / Ibis

Official repository of the Ibis Neuronav platform
Other
41 stars 24 forks source link

Crash on Windows when changing parents #479

Open nist-anka opened 2 years ago

nist-anka commented 2 years ago

It does not happen in Release version. Also, when the error pops up and you ignore it, the parent is change and everything looks normal.

errollgarner commented 1 year ago

This is due to an assert failure in QAbstractItemModel (first<rowCount(parent)). It doesn't seem to impact usability, so will leave it for now.