mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Revert "Enable topological editing on first TopoGeometry layer creation"
This reverts commit edecf385fddd7d166e134023057998612af6ad58. The correct way to do this is by hooking on the editingStarted slot (thanks jef for pointing that out)
This commit is contained in:
parent
edecf385fd
commit
314c783b21
@ -23,7 +23,6 @@
|
||||
#include <qgsmessagelog.h>
|
||||
#include <qgsrectangle.h>
|
||||
#include <qgscoordinatereferencesystem.h>
|
||||
#include <qgsproject.h>
|
||||
|
||||
#include "qgsvectorlayerimport.h"
|
||||
#include "qgsprovidercountcalcevent.h"
|
||||
@ -133,9 +132,6 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
|
||||
disconnectDb();
|
||||
return;
|
||||
}
|
||||
|
||||
// Enable topological editing
|
||||
QgsProject::instance()->writeEntry( "Digitizing", "/TopologicalEditing", true );
|
||||
}
|
||||
|
||||
mLayerExtent.setMinimal();
|
||||
|
Loading…
x
Reference in New Issue
Block a user