From a36536813f9aa00944fd8fcab2e2689a385d5387 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 11 Jun 2017 17:44:32 +0300 Subject: VCS: Set user choices on editor reload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broke by 2c6adc1e74. Change-Id: Iba435899c7b0da4b270f4ef8ece84c1839bf6b72 Reviewed-by: André Hartmann Reviewed-by: Tobias Hunger --- src/plugins/perforce/perforceplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/perforce') diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp index 7bae8aa2c10..ba5ed219c71 100644 --- a/src/plugins/perforce/perforceplugin.cpp +++ b/src/plugins/perforce/perforceplugin.cpp @@ -1275,7 +1275,7 @@ void PerforcePlugin::p4Diff(const PerforceDiffParameters &p) this, [this](const PerforceDiffParameters &p) { p4Diff(p); }); connect(diffEditorWidget, &VcsBaseEditorWidget::diffChunkReverted, pw, &PerforceDiffConfig::triggerReRun); - diffEditorWidget->setConfigurationAdded(); + diffEditorWidget->setEditorConfig(pw); } void PerforcePlugin::describe(const QString & source, const QString &n) -- cgit v1.2.3