1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-10 18:15:50 +02:00

update behavior of full notification

This commit is contained in:
张志豪 2019-07-28 22:46:12 +08:00
parent 7c1956a207
commit fdf22e5fcd

View File

@ -33,8 +33,8 @@ fun showFullNotification(project: Project, notification: Notification) {
try {
val balloon = NotificationsManagerImpl.createBalloon(frame,
notification,
true,
true,
true, // showCallout
false, // hideOnClickOutside
BalloonLayoutData.fullContent()) { }
balloon.show(target, Balloon.Position.atLeft)
} catch (e: Exception) {