Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gtk4): correct offset variable in setCursorRect (#35)
Fix a bug in Gtk4InputWindow::setCursorRect where the Y coordinate was incorrectly using the X offset (offsetX) instead of the Y offset (offsetY). This would cause incorrect vertical positioning of the input window.
- Loading branch information