lxv crashes with Floating point exception when passing a file as a command line argument.
Test environment:
Fedora core 1, Fedora core 4 qt 3.3.4 lx-viewer 1.0.3
Logged In: NO
It seems to be a problem that db widget is not displayed before
db->cmdbar->processCommandLineArgs();
is invoked which tries to draw image into db. It looks like showMaximized method does not do the job in qt 3.3.4 anymore.
This will require somebody with more qt experience than me. Anyone?
Looks like another call to a.processEvents() before processCommandLineArgs() does the trick.
Log in to post a comment.
Logged In: NO
It seems to be a problem that db widget is not displayed before
db->cmdbar->processCommandLineArgs();
is invoked which tries to draw image into db.
It looks like showMaximized method does not do the job in
qt 3.3.4 anymore.
This will require somebody with more qt experience than me. Anyone?
Logged In: NO
Looks like another call to a.processEvents() before
processCommandLineArgs() does the trick.