Skip to content

Commit 66bdbe0

Browse files
quietustab9rf
authored andcommitted
Fix base class on widget_anchored_tile
Fixes #864
1 parent fdb4f7f commit 66bdbe0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Template for new versions:
1919
# Future
2020

2121
## Structures
22+
- added missing field in history_event_artifact_createdst
23+
- fixed incorrect base class on widget_anchored_tile
2224

2325
# 53.04-r1
2426

df.g_src.ViewBase.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
<class-type type-name='widget_nineslice_horizontal' original-name='widgets::nineslize_horizontal' inherits-from='widget_nineslice'/>
124124

125-
<class-type type-name='widget_anchored_tile' original-name='widgets::anchored_tile' inherits-from='widget_nineslice'>
125+
<class-type type-name='widget_anchored_tile' original-name='widgets::anchored_tile' inherits-from='widget'>
126126
<long name='texp'/>
127127
<long name='offset_x'/>
128128
<long name='offset_y'/>

0 commit comments

Comments
 (0)