Different thumbnails zoom levels for tab ribbon and main file browser, plus save (see issue #325)
This commit is contained in:
@@ -202,7 +202,7 @@ void FileBrowser::addEntry_ (FileBrowserEntry* entry) {
|
||||
while (i!=fd.end() && *entry < *((FileBrowserEntry*)*i))
|
||||
i++;
|
||||
|
||||
fd.insert (i, entry);
|
||||
fd.insert (i, entry);
|
||||
|
||||
initEntry (entry);
|
||||
redraw ();
|
||||
|
Reference in New Issue
Block a user