Skip to content

Commit 3efec81

Browse files
committed
consistently set the initial filter to "All"
1 parent af457f9 commit 3efec81

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Template for new versions:
3131
## New Features
3232

3333
## Fixes
34+
- `gui/siegemanager`: consistently set the initial filter to "All"
3435

3536
## Misc Improvements
3637

gui/siegemanager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function SiegeManager:init()
489489
{label='Bolt Thrower', value=df.siegeengine_type.BoltThrower},
490490
{label='Catapult', value=df.siegeengine_type.Catapult},
491491
},
492-
initial_option=1,
492+
initial_option=-1,
493493
},
494494
widgets.ToggleHotkeyLabel {
495495
view_id = 'configure_all',

0 commit comments

Comments
 (0)