Version: 1.3.0_devel (using KDE 3.4.0, compiled sources) Compiler: gcc version 3.4.3 OS: SunOS (sun4u) release 5.8 I don't exactly know how to reproduce this, but in some cases the dropdown list containing entries to select from for the X vector in the curve modification dialog does not show all entries. I have had a case with hundreds of vectors loaded and tens of them missing: this is not just an "off-by-one" case :-) This can probably be found by looking at the code (at least I hope so), otherwise I'll post comments or attachments as soon as I find an easy way to reproduce it.
On Wednesday 23 August 2006 09:39, Nicolas Brisset wrote: > I don't exactly know how to reproduce this, but in some cases the dropdown > list containing entries to select from for the X vector in the curve > modification dialog does not show all entries. I have had a case with > hundreds of vectors loaded and tens of them missing: this is not just an > "off-by-one" case :-) This can probably be found by looking at the code (at > least I hope so), otherwise I'll post comments or attachments as soon as I > find an easy way to reproduce it. I can't see how this could ever happen unless objects are missing from the global list, in which case you wouldn't be able to see them anyway.
OK, let me try a clean build first as I have the feeling that I am seeing strange things right now. I'll close the bug if it works after that and give more details otherwise.
Seems to have been caused by an unclean build. Sorry...