From ad0299362366deb76c0bb6df4480f6fcfb5ecd93 Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Tue, 10 Nov 2015 18:21:33 +0300 Subject: [PATCH] disable completion in NoPathCompletion was broken by f219b19 --- .../src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java b/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java index 6233d289d1f0..96a9f79865fa 100644 --- a/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java +++ b/platform/platform-api/src/com/intellij/openapi/ui/TextFieldWithBrowseButton.java @@ -128,7 +128,7 @@ public class TextFieldWithBrowseButton extends ComponentWithBrowseButton