diff --git a/src/ruisapp/glue/linux/glue_wayland.cxx b/src/ruisapp/glue/linux/glue_wayland.cxx index 479e325..db02c6d 100644 --- a/src/ruisapp/glue/linux/glue_wayland.cxx +++ b/src/ruisapp/glue/linux/glue_wayland.cxx @@ -2048,7 +2048,7 @@ struct window_wrapper : public utki::destructable { region.add(r4::rectangle({0, 0}, dims.to())); this->surface.set_opaque_region(region); - this->surface.set_buffer_scale(scale); + this->surface.set_buffer_scale(sd.scale); this->surface.commit();