Fix #113002: Fix Crash When Loading Previous Settings #113016

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:fix/113002 into blender-v4.0-release 2023-09-28 20:44:29 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker aff0a2f37e Fix #113002: Fix Crash When Loading Previous Settings
The default theme of blender has no `icon_border_intensity` and
therefore only loads the regular icons. When newly loaded theme has the
`icon_border_intensity` set it needs to reload the icon textures so both
icon maps would be loaded.

Without reloading the icons a GPU texture is missing and would crash
blender at first use. Starting Blender the second time it would load the
correct icons and would work as expected.
2023-09-28 14:51:41 +02:00