Benjamin Bræstrup Sayoc
Benjamin Bræstrup Sayoc
Hold shift and left mouse button to start box selection. Additionally, hold E to only select edges Additionally, hold F to only select faces Additionally, hold V to get an...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description 1. Open spreadsheet in empty document 2. Try to enter `=263346`...
- Prevents unneeded conversion - Prevents verbose casting Before: ```cpp MyEnumClass a = static_cast(getAttributeAsUnsigned("attr2")); bool b = getAttributeAsUnsigned("attr2") == 0 ? true : false; ``` After: ```cpp MyEnumClass a =...
- Positioning was calculated using `boundingRect` while `transformOriginPoint` was set according to `tightBoundingRect`, causing mismatch when `QGIDatumLabel` contains more than text (eg. shapes around text). Now `transformOriginPoint` and positioning calculated...
Fixes #20467 ## Issues ## Before and After Images