diff --git a/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp b/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp index d6e6127869..961f3a01f3 100644 --- a/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp +++ b/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp @@ -189,6 +189,10 @@ void JucerTreeViewBase::itemClicked (const MouseEvent& e) else showPopupMenu(); } + else if (isSelected()) + { + itemSelectionChanged (true); + } } void JucerTreeViewBase::deleteItem() {}