summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/files/disable_key_array_redraw.patch
blob: 8bca5fa405c37f946ccebce014722c968527af0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/retroshare-gui/src/gui/NetworkView.cpp b/retroshare-gui/src/gui/NetworkView.cpp
index 44c99736d..a4d452ec0 100644
--- a/retroshare-gui/src/gui/NetworkView.cpp
+++ b/retroshare-gui/src/gui/NetworkView.cpp
@@ -36,7 +36,7 @@
 
 /** Constructor */
 NetworkView::NetworkView(QWidget *parent)
-: RsAutoUpdatePage(60000,parent)
+/*: RsAutoUpdatePage(60000,parent) */
 {
   /* Invoke the Qt Designer generated object setup routine */
   ui.setupUi(this);
@@ -90,9 +90,9 @@ void NetworkView::changedFoFCheckBox( )
 }
 void NetworkView::redraw()
 {
-	ui.graphicsView->clearNodesPositions() ;
+/*	ui.graphicsView->clearNodesPositions() ;
 	clear() ;
-	updateDisplay() ;
+    updateDisplay() ; */
 }
 
 void  NetworkView::clear()