Skip to content

Commit 3320c5a

Browse files
committed
Set center view on found objects as default
1 parent e5b7c81 commit 3320c5a

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
@@ -132,6 +132,7 @@ void MapFindFeature::showDialog()
132132
objectSelectionChanged();
133133

134134
center_view = new QCheckBox(tr("Center view"));
135+
center_view->setChecked(true);
135136
connect(center_view, &QCheckBox::stateChanged, this, &MapFindFeature::centerView);
136137

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

0 commit comments

Comments
 (0)