mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 06:50:40 -04:00
Fixes to the PGP Network View.
* Made Signature Arrows Red. * they now move around correctly too. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1398 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a436053e8b
commit
cf60b0a0b9
4 changed files with 6 additions and 2 deletions
|
@ -251,6 +251,8 @@ QVariant Node::itemChange(GraphicsItemChange change, const QVariant &value)
|
|||
case ItemPositionHasChanged:
|
||||
foreach (Edge *edge, edgeList)
|
||||
edge->adjust();
|
||||
foreach (Arrow *arrow, arrowList)
|
||||
arrow->adjust();
|
||||
graph->itemMoved();
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue