Index: python/plugins/fTools/tools/frmVisual.ui
===================================================================
--- python/plugins/fTools/tools/frmVisual.ui (revision 13343)
+++ python/plugins/fTools/tools/frmVisual.ui (working copy)
@@ -10,7 +10,7 @@
0
0
404
- 485
+ 481
@@ -152,6 +152,13 @@
+ -
+
+
+ Press Ctrl+C to copy results to the clipboard
+
+
+
Index: python/plugins/fTools/tools/doVisual.py
===================================================================
--- python/plugins/fTools/tools/doVisual.py (revision 13343)
+++ python/plugins/fTools/tools/doVisual.py (working copy)
@@ -25,7 +25,7 @@
Reimplemented key press event:
'''
if ( e.modifiers() == Qt.ControlModifier or e.modifiers() == Qt.MetaModifier ) and e.key() == Qt.Key_C:
- selection = self.lstUnique.selectedItems()
+ #selection = self.tblUnique.selectedItems()
items = QString()
if self.myFunction in ( 1, 2 ):
for rec in range( self.tblUnique.rowCount() ):