Skip to content

Commit

Permalink
#6514: material text entries are read-only
Browse files Browse the repository at this point in the history
Updating the skin on manual editing isn't yet implemented (and may not
be important) so keep the text entry boxes read-only for now.
  • Loading branch information
Matthew Mott committed Jul 3, 2024
1 parent a154a7f commit 6fcd0d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/ui/skineditor.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@
<property name="resize">Resizable</property>
<property name="show">1</property>
<property name="size"></property>
<property name="style"></property>
<property name="style">wxTE_READONLY</property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip"></property>
Expand Down Expand Up @@ -1921,7 +1921,7 @@
<property name="resize">Resizable</property>
<property name="show">1</property>
<property name="size"></property>
<property name="style"></property>
<property name="style">wxTE_READONLY</property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip"></property>
Expand Down
2 changes: 2 additions & 0 deletions install/ui/skineditor.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
<flag>wxEXPAND|wxRIGHT|wxTOP</flag>
<border>6</border>
<object class="wxTextCtrl" name="SourceMaterialEdit">
<style>wxTE_READONLY</style>
<value></value>
</object>
</object>
Expand Down Expand Up @@ -372,6 +373,7 @@
<flag>wxEXPAND|wxRIGHT|wxTOP</flag>
<border>6</border>
<object class="wxTextCtrl" name="ReplacementMaterialEdit">
<style>wxTE_READONLY</style>
<value></value>
</object>
</object>
Expand Down

0 comments on commit 6fcd0d3

Please sign in to comment.