Avoid reopening inspector window when being opened
This commit is contained in:
@@ -56,6 +56,7 @@ private:
|
||||
bool initialized;
|
||||
bool fullscreen; // window is shown in fullscreen mode
|
||||
bool keyDown;
|
||||
bool windowShowing;
|
||||
|
||||
sigc::connection delayconn;
|
||||
Glib::ustring next_image_path;
|
||||
@@ -65,6 +66,8 @@ private:
|
||||
bool on_key_release(GdkEventKey *event);
|
||||
bool on_key_press(GdkEventKey *event);
|
||||
|
||||
void on_window_hide();
|
||||
|
||||
rtengine::Coord button_pos;
|
||||
bool on_button_press_event(GdkEventButton *event) override;
|
||||
bool on_motion_notify_event(GdkEventMotion *event) override;
|
||||
|
Reference in New Issue
Block a user