Skip to content
  • Tristan Van Berkom's avatar
    GladeEditorProperty: Manage construct-only property changes. · c7c337a8
    Tristan Van Berkom authored
    This is tricky, we block the GladeProperty change signals
    while committing an new property value. However when the
    property is construct-only, the GladeWidget temporarily
    exits the GladeProject while it reconstructs the instance.
    
    With this patch we avoid unblocking the property change
    signal after a commit, if the signal was disconnected
    and reconnected as a consequence of applying the property value.
    c7c337a8