Skip to content

Ensure fallback to default style, or exit immediately

ivan tkachenko requested to merge work/ratijas/load-default-style into master

On a system with Breeze 5 installed but no Breeze 6, an attempt to load the style would fail, leaving s_style in a null state. Any subsequent operation would inevitably crash due to dozens of unchecked style() calls throughout the bridging code.

CC @sitter might have an opinion on exit(1) vs crash.

Merge request reports