Elements Panel: items are now expanded/collapsed by a double click

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1125 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-11-15 00:35:02 +00:00
parent f59bf133d1
commit 9e0f8da7ac
2 changed files with 3 additions and 4 deletions

View File

@@ -399,10 +399,9 @@ void ElementsPanelWidget::handleCollectionRequest(ElementsCollectionItem *item)
if (item -> isElement()) {
// il s'agit d'un element
launchElementEditor(item -> location());
} else if (item -> isCategory()) {
// il s'agit d'une categorie
launchCategoryEditor(item -> location());
}
// we could edit it categories, but instead people prefer the double-clic to
// expand/collapse them
}
/**