Skip to content

Commit e3322b7

Browse files
author
rblazek
committed
print position
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5195 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ef084fa commit e3322b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugins/grass/qgsgrassattributes.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ void QgsGrassAttributes::restorePosition()
128128
int wh = settings.readNumEntry("/GRASS/windows/attributes/h", 350);
129129
int wx = settings.readNumEntry("/GRASS/windows/attributes/x", 100);
130130
int wy = settings.readNumEntry("/GRASS/windows/attributes/y", 100);
131+
#ifdef QGISDEBUG
132+
std::cerr << "wx = " << wx << " wy = " << wy << std::endl;
133+
#endif
131134
resize(ww,wh);
132135
move(wx,wy);
133136
}

0 commit comments

Comments
 (0)