Skip to content

Commit bd36e0b

Browse files
committed
Make the icons can_target = false
1 parent 383aea7 commit bd36e0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/BaseIconGroup.vala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ public abstract class Dock.BaseIconGroup : BaseItem {
5353
return true;
5454
});
5555

56-
return image;
56+
return new Gtk.FlowBoxChild () {
57+
child = image,
58+
can_target = false
59+
};
5760
}
5861

5962
private static int get_pixel_size (int for_icon_size) {

0 commit comments

Comments
 (0)