From 2055c287cf958a6b0bb32a05841e0099ae061564 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 13 Dec 2010 11:56:13 +0000 Subject: [PATCH] 0021103: EDF 1665 OTHER: Clipboard problem in the embedded python console --- src/PyConsole/PyConsole_Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PyConsole/PyConsole_Editor.cxx b/src/PyConsole/PyConsole_Editor.cxx index 54496b36f..c1bce6b3e 100644 --- a/src/PyConsole/PyConsole_Editor.cxx +++ b/src/PyConsole/PyConsole_Editor.cxx @@ -486,7 +486,7 @@ void PyConsole_Editor::mouseReleaseEvent( QMouseEvent* event ) { if ( event->button() == Qt::LeftButton ) { QTextEdit::mouseReleaseEvent( event ); - copy(); + //copy(); } else if ( event->button() == Qt::MidButton ) { QString text; -- 2.39.2