Fix:bug#205080 解决插拔触摸屏控制面板触摸屏插件显示不正常问题

This commit is contained in:
wangyan 2023-12-13 16:44:58 +08:00 committed by yan wang
parent f5cfa1be65
commit e6590a0499
1 changed files with 0 additions and 2 deletions

View File

@ -178,8 +178,6 @@ void TouchscreenSettings::setShow(bool isShow)
// It is signaled whenever the device list changes,
// so it is possible that the touchscreen state has not changed
if (settings.get(KEY_SHOW.c_str()).toBool() == isShow)
return;
settings.set(KEY_SHOW.c_str(), isShow);
qDebug() << __FILE__ << __FUNCTION__ << __LINE__