forked from qt-creator/qt-creator
QmlDesigner: Enable Live Update by default in Effect Composer
Fixes: QDS-14622 Change-Id: I70f52c571d03838796c7cd1a3f4edc4bf0e94f5e Reviewed-by: Ali Kianian <ali.kianian@qt.io>
This commit is contained in:
@@ -361,7 +361,7 @@ void EffectShadersCodeEditor::writeLiveUpdateSettings()
|
|||||||
|
|
||||||
void EffectShadersCodeEditor::readAndApplyLiveUpdateSettings()
|
void EffectShadersCodeEditor::readAndApplyLiveUpdateSettings()
|
||||||
{
|
{
|
||||||
bool liveUpdateStatus = m_settings->value(EFFECTCOMPOSER_LIVE_UPDATE_KEY, false).toBool();
|
bool liveUpdateStatus = m_settings->value(EFFECTCOMPOSER_LIVE_UPDATE_KEY, true).toBool();
|
||||||
|
|
||||||
setLiveUpdate(liveUpdateStatus);
|
setLiveUpdate(liveUpdateStatus);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user