Skip to content

Commit

Permalink
#6107: Add tooltip to layer tree view
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 2, 2022
1 parent 3645a7c commit 0544faf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiant/ui/layers/LayerControlDialog.cpp
Expand Up @@ -73,6 +73,8 @@ void LayerControlDialog::populateWindow()
_layersView->Bind(wxEVT_DATAVIEW_ITEM_DROP_POSSIBLE, &LayerControlDialog::onDropPossible, this);
_layersView->Bind(wxEVT_DATAVIEW_ITEM_DROP, &LayerControlDialog::onDrop, this);

_layersView->SetToolTip(_("Double-Click to select all in hierarchy, hold SHIFT to deselect, hold CTRL to set as active layer."));

SetSizer(new wxBoxSizer(wxVERTICAL));

auto overallVBox = new wxBoxSizer(wxVERTICAL);
Expand Down

0 comments on commit 0544faf

Please sign in to comment.