Skip to content

Commit 6e0d19a

Browse files
committed
Set content scaling filters
1 parent da10b4c commit 6e0d19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Widgets/WindowClone.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public class Gala.WindowClone : Clutter.Actor {
204204
}
205205

206206
clone = new Clutter.Clone (actor);
207+
clone.set_content_scaling_filters (TRINLINEAR, TRILINEAR);
207208
add_child (clone);
208209

209210
set_child_below_sibling (active_shape, clone);

0 commit comments

Comments
 (0)