Skip to content

Commit 23f9360

Browse files
authored
ModalGroup: allow zoom (#2737)
1 parent 986de39 commit 23f9360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Widgets/ModalGroup.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public class Gala.ModalGroup : Clutter.Actor {
7070

7171
visible = true;
7272
modal_proxy = wm.push_modal (this, false);
73+
modal_proxy.allow_actions ({ ZOOM });
7374
}
7475

7576
if (dimmed.size == 1) {

0 commit comments

Comments
 (0)