Ignore key down repeat events in inspector window

Ignore key press events that happen when a key is held down.
This commit is contained in:
Lawrence Lee
2021-05-02 12:52:15 -07:00
parent 4811f92c39
commit de9403f9fe
2 changed files with 12 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ private:
bool dirty;
bool initialized;
bool fullscreen; // window is shown in fullscreen mode
bool keyDown;
sigc::connection delayconn;
Glib::ustring next_image_path;