diff --git a/wayland_cursor_theme.cpp b/wayland_cursor_theme.cpp --- a/wayland_cursor_theme.cpp +++ b/wayland_cursor_theme.cpp @@ -63,8 +63,6 @@ // use sensible default size = 24; } - size *= output->scale(); - connect(output, &KWayland::Server::OutputInterface::scaleChanged, this, &WaylandCursorTheme::loadTheme, Qt::UniqueConnection); } auto theme = wl_cursor_theme_load(c->themeName().toUtf8().constData(), size, m_shm->shm());