Added fast demosaic to the collection of demosaic options. I was lazy and moved aside AHD in the demosaic preferences tab, since it is functionally little different than EAHD. In addition I backed out some of Hombre's changes which were breaking the windows resizing in a crazy way in the OSX build.

This commit is contained in:
Emil Martinec
2010-09-16 13:21:12 -05:00
parent bdf11e060f
commit e827e86831
9 changed files with 25 additions and 21 deletions

View File

@@ -101,7 +101,7 @@ FilePanel::FilePanel () : parent(NULL) {
pack1(*dirpaned, true, true);
pack2(*rightBox, true, true);
set_position(options.browserToolPanelWidth);
//set_position(options.browserToolPanelWidth);////Hombre's change which screws up OSX build
fileCatalog->setFileSelectionChangeListener (tpc);