Skip to content

Commit a702b00

Browse files
committed
envs panel getPreferredSize
Signed-off-by: shalom <[email protected]>
1 parent 8ada9ba commit a702b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/common/EnvironmentsPanel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ class EnvironmentsPanel(
7272
val ps = super.getPreferredSize()
7373
if (ps != null) {
7474
return if (ps.width >= 0 && ps.height >= 0) {
75-
lastPositivePs = ps
75+
this.lastPositivePs = ps
7676
ps
7777
} else {
78-
lastPositivePs
78+
this.lastPositivePs
7979
}
8080
}
8181

0 commit comments

Comments
 (0)