Explorar el Código

KonvergoWindow: don't unhide cursor when switching to TV mode

That seems silly?
Vincent Lang hace 8 años
padre
commit
2be6258ae0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/ui/KonvergoWindow.cpp

+ 2 - 1
src/ui/KonvergoWindow.cpp

@@ -387,7 +387,8 @@ void KonvergoWindow::updateMainSectionSettings(const QVariantMap& values)
         emit webDesktopModeChanged();
         emit webUrlChanged();
 
-        SystemComponent::Get().setCursorVisibility(true);
+        if (m_webDesktopMode)
+          SystemComponent::Get().setCursorVisibility(true);
         updateWindowState();
       });
     }