ImQueryInput should include ImAnchorRectangle too
Whenever we notify about ImAnchorPosition, we also need to notify about ImAnchorRectangle Change-Id: Ia449396e1b9e91fa0e6f95c323e31533da660171 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>
This commit is contained in:
parent
eb3e3853c4
commit
2687eb5a8c
@ -1343,7 +1343,7 @@ public:
|
||||
|
||||
ImPlatformData = 0x80000000,
|
||||
ImQueryInput = ImCursorRectangle | ImCursorPosition | ImSurroundingText |
|
||||
ImCurrentSelection | ImAnchorPosition,
|
||||
ImCurrentSelection | ImAnchorRectangle | ImAnchorPosition,
|
||||
ImQueryAll = 0xffffffff
|
||||
};
|
||||
Q_DECLARE_FLAGS(InputMethodQueries, InputMethodQuery)
|
||||
|
Loading…
x
Reference in New Issue
Block a user