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 )
56945694 // extents view mode!
56955695 mToggleExtentsViewButton ->setIcon ( getThemeIcon ( " extents.png" ) );
56965696 mCoordsEdit ->setToolTip ( tr ( " Map coordinates for the current view extents" ) );
5697- mCoordsEdit ->setEnabled ( false );
5697+ mCoordsEdit ->setReadOnly ( true );
56985698 showExtents ();
56995699 }
57005700 else
57015701 {
57025702 // mouse cursor pos view mode!
57035703 mToggleExtentsViewButton ->setIcon ( getThemeIcon ( " tracking.png" ) );
57045704 mCoordsEdit ->setToolTip ( tr ( " Map coordinates at mouse cursor position" ) );
5705- mCoordsEdit ->setEnabled ( true );
5705+ mCoordsEdit ->setReadOnly ( false );
57065706 mCoordsLabel ->setText ( tr ( " Coordinate:" ) );
57075707 }
57085708}
You can’t perform that action at this time.
0 commit comments