Skip to content

Commit

Permalink
Merge pull request #803 from myk002/myk_canonicalize_widget_flags
Browse files Browse the repository at this point in the history
canonicalize widget flag names
  • Loading branch information
myk002 authored Oct 4, 2024
2 parents 8db66a0 + 7457520 commit ce609c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions df.viewscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@
<stl-vector name='custom_activated'> <stl-function/> </stl-vector>
<stl-string name='name'/>
<bitfield name='flag' base-type='int8_t'> bay12: WidgetFlag
<flag-bit name='WIDGET_VISIBILITY_ACTIVE'/>
<flag-bit name='WIDGET_VISIBILITY_VISIBLE'/> plus ACTUALLY_VISIBLE for both of the above
<flag-bit name='WIDGET_CAN_KEY_ACTIVATE'/>
<flag-bit name='WIDGET_GLOBAL_POSITIONING'/>
<flag-bit name='VISIBILITY_ACTIVE'/>
<flag-bit name='VISIBILITY_VISIBLE'/> plus ACTUALLY_VISIBLE for both of the above
<flag-bit name='CAN_KEY_ACTIVATE'/>
<flag-bit name='GLOBAL_POSITIONING'/>
</bitfield>
<int32_t name='offset_bottom'/>
<int32_t name='offset_left'/>
Expand Down

0 comments on commit ce609c7

Please sign in to comment.