Kaydet (Commit) 2c7b55db authored tarafından Mike Kaganski's avatar Mike Kaganski

Make m_xAsBeforeCorrelationName depend on m_xAppendTableAlias

Regression from commit 5481ca58

Change-Id: I082625475b6e36cca5cd46c3500c91ca6e901c66
Reviewed-on: https://gerrit.libreoffice.org/69003
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst a66e0f83
......@@ -117,7 +117,7 @@ namespace dbaui
if (&rBtn == m_xAppendTableAlias.get() && m_xAsBeforeCorrelationName)
{
// make m_xAsBeforeCorrelationName depend on m_xAppendTableAlias
m_xAsBeforeCorrelationName->set_active(m_xAppendTableAlias->get_active());
m_xAsBeforeCorrelationName->set_sensitive(m_xAppendTableAlias->get_active());
}
OnControlModifiedButtonClick(rBtn);
}
......@@ -205,6 +205,12 @@ namespace dbaui
}
}
if (m_xAppendTableAlias && m_xAsBeforeCorrelationName)
{
// make m_xAsBeforeCorrelationName depend on m_xAppendTableAlias
m_xAsBeforeCorrelationName->set_sensitive(m_xAppendTableAlias->get_active());
}
// the non-boolean items
if ( m_bHasBooleanComparisonMode )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment