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 6b14cf0 commit c22c4ffCopy full SHA for c22c4ff
src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc
@@ -1481,6 +1481,9 @@ void ELinuxWindowWayland::UpdateVirtualKeyboardStatus(const bool show) {
1481
1482
void ELinuxWindowWayland::UpdateFlutterCursor(const std::string& cursor_name) {
1483
if (view_properties_.use_mouse_cursor) {
1484
+ if (!wl_pointer_) {
1485
+ return;
1486
+ }
1487
if (cursor_name.compare(cursor_info_.cursor_name) == 0) {
1488
return;
1489
}
0 commit comments