Skip to content

Commit 3a4ddc7

Browse files
committed
absorb fixes from #1383
1 parent e684f36 commit 3a4ddc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gui/quickfort.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ transformations = transformations or {}
3838

3939
-- blueprint selection dialog, shown when the script starts or when a user wants
4040
-- to load a new blueprint into the ui
41-
BlueprintDialog = defclass(SelectDialog, gui.ZScreenModal)
41+
BlueprintDialog = defclass(BlueprintDialog, gui.ZScreenModal)
4242
BlueprintDialog.ATTRS{
4343
focus_path='quickfort/dialog',
4444
on_select=DEFAULT_NIL,

internal/gm-unit/editor_civilization.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function CivBox:choose_race()
107107
end
108108
function CivBox:init(info)
109109
self.subviews.list.frame={t=3,r=0,l=0}
110-
self.subviews.list.edit.ignore_keys={"STRING_A047"}
110+
self.subviews.list.edit.text_area.text_area.ignore_keys={"STRING_A047"}
111111
self:addviews{
112112
widgets.Label{frame={t=1,l=0},text={
113113
{text="Filter race ",key="STRING_A047",key_sep="()",on_activate=self:callback("choose_race")},

0 commit comments

Comments
 (0)