http://bugs.cinelerra.org/show_bug.cgi?id=389
------- Comment #6 from [EMAIL PROTECTED] 2007-03-04 16:39 +2 ------- I committed a change for fixed 6 decimals display rather than 4. It's in svn already, but my commit mails seem to be very slow. You can see it in websvn. I considered only displaying digits if more are entered, but it would require changing the bctextbox widget to add new functionality. Maybe that would be a good extension, and it is not all that difficult to add. But at the moment, bctextbox in numeric float display mode is set for a fixed precision (a hard set number of digits after the decimal place with an acccess function to change it.) I suppose a second way to tackle it would be to put code in resample to change the display precision as the number is changed. But that is less generic than I would like to see. -- Configure bugmail: http://bugs.cinelerra.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
