[Paraview] Possible bug in v3.10 when multiple readers available
Nenad Vujicic
nenadus at gmail.com
Mon Mar 28 17:34:46 EDT 2011
Hello everyone,
I had problems when loading files for which there are more then one
readers available. When I looked at
Qt/ApplicationComponents/pqLoadDataReaction.cxx I noticed in
pqLoadDataReaction::DetermineFileReader() Ln 187, pqSelectReaderDialog
is shown only when there are more then 3 available readers! Shouldn't
it be shown when there are more then 1 available reader, i.e.
if(list->GetLength() > 3)
be replaced with
if(list->GetLength() > 1)?
Thanks,
Nenad.
More information about the ParaView
mailing list