Some notes and failed bugfixes on NSProgressIndicators in tables.

This commit is contained in:
Pietro Gagliardi 2017-06-03 17:59:50 -04:00
parent 18b103c988
commit ba2e9154f7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// - changing a part property does not refresh views
// - is the Y position of checkbox cells correct?
// - progressbars appear ABOVE the table header
// - threaded animation (which was known to have some issues: https://stackoverflow.com/questions/18142801/nstableview-nsprogressindicator-flickering-issues) is NOT the cause; happens regardless of setting (or does the setting not stick? TODO)
// LONGTERM
// - reuse row views instead of creating a new one each time