ViewPropertiesDialog: disable Apply button on startup

Authored by elvisangelaccio on Jun 13 2018, 9:16 PM.

Description

ViewPropertiesDialog: disable Apply button on startup

We call markAsDirty(false) at the end of loadSettings() but that's
not enough, because m_isDirty is initialized to false (as it should be).
This means isDirtyChanged is not emitted and the button is not disabled.

By disabling it explicitly, we make it consistent with the Apply button
in the settings dialog (which is also initially disabled).

Details

Committed
elvisangelaccioJun 13 2018, 9:16 PM
Parents
R318:615838083dfe: Merge branch 'Applications/18.04'
Branches
Unknown
Tags
Unknown