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