mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 05:44:29 -05:00
moved collapse/expand to correct place
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2086 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5676b68248
commit
0b736d9f28
@ -265,9 +265,6 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
|
||||
widgetAction->setDefaultWidget(widget);
|
||||
|
||||
contextMnu.clear();
|
||||
contextMnu.addAction( expandAll);
|
||||
contextMnu.addAction( collapseAll);
|
||||
contextMnu.addSeparator();
|
||||
contextMnu.addAction( widgetAction);
|
||||
contextMnu.addAction( chatAct);
|
||||
contextMnu.addAction( msgAct);
|
||||
@ -279,6 +276,9 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
|
||||
}
|
||||
contextMnu.addAction( removefriendAct);
|
||||
//contextMnu.addAction( exportfriendAct);
|
||||
contextMnu.addSeparator();
|
||||
contextMnu.addAction( expandAll);
|
||||
contextMnu.addAction( collapseAll);
|
||||
contextMnu.exec( mevent->globalPos() );
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user