Skip to content

Commit

Permalink
Merge branch 'refs/heads/v3.6/next' into v3.6/213
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle.kts
#	src/main/resources/META-INF/plugin.xml
  • Loading branch information
YiiGuxing committed Jun 14, 2024
2 parents b201542 + a1ddbd1 commit 4580f41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- Bug fixes.
- Bug 修复

## [3.6.2] (2024/06/12)

- Bug fixes.
- Bug 修复

## [3.6.1] (2024/05/26)

- Bug fixes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.intellij.ui.JBColor;
import com.intellij.util.containers.ContainerUtil;
import com.intellij.util.ui.JBUI;
import com.intellij.util.ui.UIUtil;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

Expand Down Expand Up @@ -88,9 +87,6 @@ public BalloonPopupBuilder(@NotNull final JComponent content) {
public BalloonPopupBuilder(@Nullable Map<Disposable, List<Balloon>> storage, @NotNull final JComponent content) {
myStorage = storage;
myContent = content;
if (UIUtil.isClientPropertyTrue(myContent, BalloonImpl.FORCED_NO_SHADOW)) {
myShadow = false;
}
}

@NotNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ open class TranslationDynamicBundle(private val pathToBundle: String) : Abstract
null
}
}

}
}

0 comments on commit 4580f41

Please sign in to comment.