svoida / wikifolders

WikiFolders provides the ability to annotate the contents of your folders in OS X using a straightforward, wiki-style markup language. Annotated folders are viewable by anyone, even when the WikiFolders software isn't installed.
https://svoida.github.io/wikifolders/
GNU General Public License v3.0
0 stars 0 forks source link

Repeated renders result in overlapping icons & text #8

Open svoida opened 16 years ago

svoida commented 16 years ago

Refreshing the rendering for a folder that contains icons with text to the right works OK the first time, but subsequent calls cause any text to the right of the icons to overlap them. (The width of all icons is somehow evaluating to 0?)

Reported by: *anonymous

svoida commented 16 years ago

Original comment by: svoida

svoida commented 16 years ago

Original comment by: svoida

svoida commented 16 years ago

This is actually a bug in the way that WF computes the size of icons and isn't caused by multiple re-renders as much as it is caused by having a large WikiFolder window size. The patch should compute a better estimate for the minimum number of files that need to exist in the folder to puzzle out the size of individual icons.

Original comment by: svoida