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:
parent
7c1956a207
commit
fdf22e5fcd
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user