Replace deprecated icons with actual
This commit is contained in:
+2
-14
@@ -361,26 +361,14 @@ class KotlinFieldBreakpoint(
|
||||
}
|
||||
}
|
||||
|
||||
override fun getInvalidIcon(isMuted: Boolean): Icon {
|
||||
return when {
|
||||
isMuted -> AllIcons.Debugger.Db_muted_invalid_field_breakpoint
|
||||
else -> AllIcons.Debugger.Db_invalid_field_breakpoint
|
||||
}
|
||||
}
|
||||
|
||||
override fun getVerifiedIcon(isMuted: Boolean): Icon {
|
||||
return when {
|
||||
isMuted -> AllIcons.Debugger.Db_muted_verified_field_breakpoint
|
||||
isMuted -> AllIcons.Debugger.Db_muted_field_breakpoint
|
||||
else -> AllIcons.Debugger.Db_verified_field_breakpoint
|
||||
}
|
||||
}
|
||||
|
||||
override fun getVerifiedWarningsIcon(isMuted: Boolean): Icon {
|
||||
return when {
|
||||
isMuted -> AllIcons.Debugger.Db_muted_field_warning_breakpoint
|
||||
else -> AllIcons.Debugger.Db_field_warning_breakpoint
|
||||
}
|
||||
}
|
||||
override fun getVerifiedWarningsIcon(isMuted: Boolean): Icon = AllIcons.Debugger.Db_exception_breakpoint
|
||||
|
||||
override fun getCategory() = CATEGORY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user