diff --git a/shell/osd.cpp b/shell/osd.cpp index 1327e7f0e..dc2dcc902 100644 --- a/shell/osd.cpp +++ b/shell/osd.cpp @@ -174,6 +174,5 @@ void Osd::hideOsd() rootObject->setProperty("visible", false); // this is needed to prevent fading from "old" values when the OSD shows up - rootObject->setProperty("icon", ""); rootObject->setProperty("osdValue", 0); }