Skip to content

Commit

Permalink
added doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin committed Feb 27, 2020
1 parent 8447a83 commit cd0ddd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion isis/src/qisis/objs/MosaicSceneWidget/MosaicGridTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,12 @@ namespace Isis {
configDialog->setAttribute(Qt::WA_DeleteOnClose);
configDialog->show();
}


/*
* Updates lat/lon ranges when a new projection file is loaded. Also
* forces the lat/lon extent source to Map resetting user options in the grid tool dialog.
*
*/
void MosaicGridTool::onProjectionChanged() {
TProjection * tproj = (TProjection *)getWidget()->getProjection();

Expand Down

0 comments on commit cd0ddd9

Please sign in to comment.