DarkRadiant: master b97b7df6

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 25.06.2024 18:32 master b3aaf558
Affected Issues  0006514: DarkRadiant crashes when typing in the Skin Name field of the Skin Editor menu
Changeset 0006514: add "browse" buttons for Replace/With text boxes

These are using a relative path to the bitmap set directly in the
FBP/XRC file, rather than the "darkradiant:" art provider prefix, which
allows the icons to appear in wxFormBuilder. This works correctly in GTK
since the relative path between XRC and bitmap is the same, and
hopefully will work in Windows too.

The browse buttons show a material chooser to choose a new material for
the associated text box, although the chosen material is not yet being
applied to the skin.
mod - install/ui/skineditor.fbp Diff File
mod - install/ui/skineditor.xrc Diff File
mod - radiant/ui/skin/SkinEditor.cpp Diff File
mod - radiant/ui/skin/SkinEditor.h Diff File