Stefanos Natsis
Stefanos Natsis
This is fixed in 3.26 (pretty old bug that was) https://github.com/qgis/QGIS/pull/47306
> clap can you please add some screenshots/gifs? Done (and found a couple of bugs while doing so)

Non writable workspaces show an error message  
Note to self (or anyone fixing this): This is a `depopulate()` vs `refresh()` thing in the browser items.
This is an interesting case! In the last example, some splitting lines (2) were tested before the "_legitimate_" split and failed, but those tested *after* it (9) have succeeded. Do...
I +1 Nyall's comments above and would also like to add my objection to _Pan center on point only if Ctrl is pressed_. Click-to-pan is definitely on a user's workflow...
> @uclaros What do you think about adding a setting `pan_on_single_click` (False by default) that makes it the default behavior (no need for Ctrl modifier when active)? I'd be OK...
@benoitdm-oslandia also, keep in mind to perform any benchmarking on the optimized release build, as the debug build can have significantly different results!
I'm not sure I like the idea of clipping on the chunk extents. The seams will be visible when rendering edges is enabled. If the only problem with the currently...