Fix:bug#205080 解决插拔触摸屏控制面板触摸屏插件显示不正常问题
This commit is contained in:
parent
f5cfa1be65
commit
e6590a0499
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue