Add some new features to the On Preview Objects mechanism

This commit is contained in:
Hombre
2015-08-20 02:33:46 +02:00
parent 60ddd563b8
commit c351be41b8
15 changed files with 618 additions and 228 deletions

View File

@@ -21,7 +21,7 @@
#include <gtkmm.h>
#include "guiutils.h"
#include "coord.h"
#include "../rtengine/coord.h"
class InspectorBuffer
{
@@ -42,7 +42,7 @@ class Inspector : public Gtk::DrawingArea
{
private:
Coord center;
rtengine::Coord center;
std::vector<InspectorBuffer*> images;
InspectorBuffer* currImage;
double zoom;