Skip to content

Commit a838bfc

Browse files
committed
fix default value for "Make Visible on Select"
1 parent 570c8ce commit a838bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MRViewer/MRViewerSettingsManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const bool orthographic = true;
7474
const bool saveDialogPositions = false;
7575
const bool topPanelPinned = true;
7676
const bool autoClosePlugins = true;
77-
const bool showSelectedObjects = false;
77+
const bool showSelectedObjects = true;
7878
const bool deselectNewHiddenObjects = false;
7979
const bool closeContextOnChange = false;
8080
const bool showExperimentalFeatures = false;

0 commit comments

Comments
 (0)