07-17-2024, 02:30 PM | #16 |
Sigil Developer
Posts: 8,156
Karma: 5450818
Join Date: Nov 2009
Device: many
|
@BeckyEbook would you please try the following:
Replace QString fsize = QString::number(ffsize, 'f', 2); With QString fsize = QLocale().toString(ffsize, 'f', 2); Then your file sizes should use your decimal points and QLocale().toFloat() should now work and sorting should then work. If that does work, please let me know and I will track down and fix all the other reports similarly. |
07-17-2024, 03:00 PM | #17 |
Guru
Posts: 781
Karma: 2298438
Join Date: Jan 2017
Location: Poland
Device: Various
|
It works! Need to correct in various reports (all, html, css, image).
Thank you! |
Advert | |
|
07-17-2024, 03:41 PM | #18 |
Sigil Developer
Posts: 8,156
Karma: 5450818
Join Date: Nov 2009
Device: many
|
Thank you. I will do that in all of the reports!
And thank you for your bug report and help tracking it down. |
07-17-2024, 03:56 PM | #19 |
Sigil Developer
Posts: 8,156
Karma: 5450818
Join Date: Nov 2009
Device: many
|
Those fixes have now been pushed to master.
|
Tags |
error, number sort, setting |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tools -> Reports => Found in empty | Binchen | Sigil | 10 | 07-22-2021 10:57 AM |
squashed images in Editor/Tools/Reports after search | rjwse@aol.com | Calibre | 1 | 12-18-2019 01:00 PM |
Thank you for the new icons and a minor bug (I think) | Terisa de morgan | Library Management | 17 | 11-11-2016 09:10 PM |
Possible minor bug in 0.9.x | Fedwin | Sigil | 7 | 12-28-2015 10:43 PM |
Minor bug with 5.1 on Kindle Touch? | HarryT | Amazon Kindle | 26 | 08-22-2012 11:31 PM |