Skip to content

Commit ced72cb

Browse files
bottle-row: Set can-target and can-focus to false
The GtkListBox::row-activated signal only emits when a row is activated, not the child widget. This means, the check button wouldn't trigger the emission of the signal, thereby not updating the NewBottleDialog:selected-environment property. Fixes #3740
1 parent d035e3b commit ced72cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bottles/frontend/check-row.blp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ template $CheckRow: Adw.ActionRow {
88
[prefix]
99
CheckButton check_button {
1010
valign: center;
11+
can-focus: false;
12+
can-target: false;
1113
}
1214
}

0 commit comments

Comments
 (0)