mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[pycharm] PY-79113 Debugger: make "original" the default one when opening a new tab
GitOrigin-RevId: 396d230dfc4e50c69dc926cde94cc97e5b6d7b36
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eb7624671c
commit
7a22ee97b5
@@ -43,6 +43,7 @@ class ImageOperationsActionGroup : DefaultActionGroup(), CustomComponentAction,
|
||||
}
|
||||
|
||||
override fun createCustomComponent(presentation: Presentation, place: String): JComponent {
|
||||
selectedMode = ORIGINAL_IMAGE
|
||||
val comboBox = ComboBox(DefaultComboBoxModel(availableModes.toTypedArray())).apply {
|
||||
selectedItem = selectedMode
|
||||
isOpaque = false
|
||||
|
||||
Reference in New Issue
Block a user