Add a new preference for the visibility icons
Add a preference to Display->UI that allows the user to choose if the visibility icons are shown in the tree view.
This commit is contained in:
@@ -94,7 +94,7 @@ static bool _DraggingActive;
|
||||
static bool _DragEventFilter;
|
||||
|
||||
static bool isVisibilityIconEnabled() {
|
||||
return true;
|
||||
return TreeParams::getVisibilityIcon();
|
||||
}
|
||||
|
||||
static bool isSelectionCheckBoxesEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user