Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2021-12-03 16:25:19 +0000
committerAndrey Loskutov2021-12-03 17:05:41 +0000
commit68552872c9c4e978dbe1f77e7c25916c6e5f04c3 (patch)
treea55355b6a8d64a81f1263ca86658d5e9516fd75e
parent5727dc08a8657a164d0d4ff26eb7b847f3e9777e (diff)
downloadeclipse.platform.text-68552872c9c4e978dbe1f77e7c25916c6e5f04c3.tar.gz
eclipse.platform.text-68552872c9c4e978dbe1f77e7c25916c6e5f04c3.tar.xz
eclipse.platform.text-68552872c9c4e978dbe1f77e7c25916c6e5f04c3.zip
Added missing details widget refresh. Change-Id: I33f12e37364039aa3c09c31cfb47ad37d3260de4 Signed-off-by: Andrey Loskutov <loskutov@gmx.de> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/188511 Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/QuickSearchDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/QuickSearchDialog.java b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/QuickSearchDialog.java
index 873daad43f0..660757a2224 100644
--- a/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/QuickSearchDialog.java
+++ b/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/ui/QuickSearchDialog.java
@@ -1115,7 +1115,7 @@ public class QuickSearchDialog extends SelectionStatusDialog {
//element is available in the list.
openButton.setEnabled(itemCount>0);
}
-
+ refreshDetails();
}
}

Back to the top