File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5694,15 +5694,15 @@ void QgisApp::extentsViewToggled( bool theFlag )
5694
5694
// extents view mode!
5695
5695
mToggleExtentsViewButton ->setIcon ( getThemeIcon ( " extents.png" ) );
5696
5696
mCoordsEdit ->setToolTip ( tr ( " Map coordinates for the current view extents" ) );
5697
- mCoordsEdit ->setEnabled ( false );
5697
+ mCoordsEdit ->setReadOnly ( true );
5698
5698
showExtents ();
5699
5699
}
5700
5700
else
5701
5701
{
5702
5702
// mouse cursor pos view mode!
5703
5703
mToggleExtentsViewButton ->setIcon ( getThemeIcon ( " tracking.png" ) );
5704
5704
mCoordsEdit ->setToolTip ( tr ( " Map coordinates at mouse cursor position" ) );
5705
- mCoordsEdit ->setEnabled ( true );
5705
+ mCoordsEdit ->setReadOnly ( false );
5706
5706
mCoordsLabel ->setText ( tr ( " Coordinate:" ) );
5707
5707
}
5708
5708
}
You can’t perform that action at this time.
0 commit comments