Skip to content

Commit bca068c

Browse files
committed
Set center view on found objects as default
1 parent c7e6d40 commit bca068c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/map/map_find_feature.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ void MapFindFeature::showDialog()
122122
objectSelectionChanged();
123123

124124
center_view = new QCheckBox(tr("Center view"));
125+
center_view->setChecked(true);
125126
connect(center_view, &QCheckBox::stateChanged, this, &MapFindFeature::centerView);
126127

127128
auto tags_button = new QPushButton(tr("Query editor"));

0 commit comments

Comments
 (0)