Several fixes and changes made by Floessie earlier
This commit is contained in:
@@ -42,7 +42,6 @@ ExifPanel::ExifPanel() :
|
||||
}
|
||||
{
|
||||
set_orientation(Gtk::ORIENTATION_VERTICAL);
|
||||
recursiveOp = true;
|
||||
|
||||
exifTree = Gtk::manage (new Gtk::TreeView());
|
||||
scrolledWindow = Gtk::manage (new Gtk::ScrolledWindow());
|
||||
|
@@ -46,9 +46,6 @@
|
||||
#include "profilestorecombobox.h"
|
||||
#include "version.h"
|
||||
|
||||
#include "../rtengine/mytime.h"
|
||||
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -109,6 +106,8 @@ bool CPBDump(
|
||||
|
||||
} // namespace
|
||||
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
Thumbnail::Thumbnail(CacheManager* cm, const Glib::ustring& fname, CacheImageData* cf) :
|
||||
fname(fname),
|
||||
cfs(*cf),
|
||||
|
Reference in New Issue
Block a user