added option 'InspectorDelay' to delay generation of inspector previews

This commit is contained in:
Alberto Griggio
2018-02-09 22:20:55 +01:00
parent d17bb0cfe6
commit 91f14e0146
4 changed files with 31 additions and 1 deletions

View File

@@ -48,9 +48,14 @@ private:
double zoom;
bool active;
sigc::connection delayconn;
Glib::ustring next_image_path;
bool on_draw(const ::Cairo::RefPtr< Cairo::Context> &cr);
void deleteBuffers();
bool doSwitchImage();
public:
Inspector();
~Inspector();