-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clamp computed world range to absolute range
Clamp the computed requested world range (which adds a buffer to the left and right of the view range) to the limits of the absolute range. This prevents unnecessary row updates because the row's provided model range is always clamped. Reject row data received during full search for an outdated world range. Signed-off-by: Patrick Tasse <[email protected]>
- Loading branch information
1 parent
2ea4281
commit 1ef4e42
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters