Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some checks leading to default values
Large TreeSheets window on a secondary screen satisifes `posx + resx > disprect.width + disprect.x` on X11 because `disprect` only refers to the primary screen. Example: ``` (gdb) p posx $6 = 2688 (gdb) p resx $7 = 2432 (gdb) p disprect.width $8 = 2560 (gdb) p disprect.x $9 = 0 ```
- Loading branch information