From 100d8bad6e38d8cf8cd811dbf7e3c1661f071125 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 7 Jul 2010 13:56:39 +0200 Subject: [PATCH] qmljseditor: enable setting breakpoints using the mouse in the ExtraArea --- src/plugins/qmljseditor/qmljseditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmljseditor/qmljseditor.cpp b/src/plugins/qmljseditor/qmljseditor.cpp index 09f64f55f27..c59eb5fa932 100644 --- a/src/plugins/qmljseditor/qmljseditor.cpp +++ b/src/plugins/qmljseditor/qmljseditor.cpp @@ -660,7 +660,7 @@ QmlJSTextEditor::QmlJSTextEditor(QWidget *parent) : connect(m_semanticHighlighter, SIGNAL(changed(QmlJSEditor::Internal::SemanticInfo)), this, SLOT(updateSemanticInfo(QmlJSEditor::Internal::SemanticInfo))); - setRequestMarkEnabled(false); + setRequestMarkEnabled(true); } QmlJSTextEditor::~QmlJSTextEditor()