mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #934
git-svn-id: http://svn.osgeo.org/qgis/trunk@8760 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f3f933d0d6
commit
821f888f7b
@ -270,7 +270,7 @@ QgsProject * QgsProject::theProject_;
|
||||
{
|
||||
previousQgsPropertyKey->removeKey( currentProperty->name() );
|
||||
}
|
||||
else if ( 0 == ( nextProperty = currentProperty->find( keySequence.first() ) ) )
|
||||
else if ( ( nextProperty = currentProperty->find( keySequence.first() ) ) )
|
||||
{
|
||||
previousQgsPropertyKey = currentProperty;
|
||||
currentProperty = dynamic_cast<QgsPropertyKey*>(nextProperty);
|
||||
|
Loading…
x
Reference in New Issue
Block a user