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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user