Delay update of inspector window until it is visible (#5867)

This reduces CPU load if the inspector window is not used.
This commit is contained in:
rfranke
2020-08-04 12:24:02 +02:00
parent 6c9c603ab8
commit affa336680
2 changed files with 16 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ private:
sigc::connection delayconn;
Glib::ustring next_image_path;
rtengine::Coord2D next_image_pos;
Gtk::Window window;
bool on_key_release(GdkEventKey *event);