mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
commented out qDebug statement which someone inserted. It was the reason for a crash which occured when the renderer type was changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@2365 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8c0b8e6376
commit
de1ba5c588
@ -162,10 +162,10 @@ QgsDlgVectorLayerProperties::~QgsDlgVectorLayerProperties()
|
||||
|
||||
void QgsDlgVectorLayerProperties::alterLayerDialog(const QString & dialogString)
|
||||
{
|
||||
#ifdef QGISDEBUG
|
||||
/*#ifdef QGISDEBUG
|
||||
qDebug( "%s:%d QgsDlgVectorLayerProperties::alterLayerDialog(%s)",
|
||||
__FILE__, __LINE__, dialogString );
|
||||
#endif
|
||||
#endif*/
|
||||
if (rendererDirty)
|
||||
{
|
||||
widgetStackRenderers->removeWidget(bufferDialog);
|
||||
|
Loading…
x
Reference in New Issue
Block a user