We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0d19a commit a82f28fCopy full SHA for a82f28f
src/Widgets/WindowClone.vala
@@ -204,7 +204,7 @@ public class Gala.WindowClone : Clutter.Actor {
204
}
205
206
clone = new Clutter.Clone (actor);
207
- clone.set_content_scaling_filters (TRINLINEAR, TRILINEAR);
+ clone.set_content_scaling_filters (TRILINEAR, TRILINEAR);
208
add_child (clone);
209
210
set_child_below_sibling (active_shape, clone);
0 commit comments