mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
[PyCharm Tables] PY-75807 fixed saving formatting after switching tables
(cherry picked from commit 9137764d13fedf6f566624c1f20b03280d78299b) GitOrigin-RevId: 9d8526f3e4a3c08f2333b400f3bbd37911d84495
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0e434e4c4a
commit
b20124dddb
@@ -64,7 +64,7 @@ open class PyDataViewerPanel(@JvmField protected val project: Project, val frame
|
||||
open var format: String = ""
|
||||
get() {
|
||||
val format = formatTextFieldOldTable.getText()
|
||||
return format.ifEmpty { "%" }
|
||||
return format.ifEmpty { "%s" }
|
||||
}
|
||||
protected set(value) {
|
||||
field = value
|
||||
|
||||
Reference in New Issue
Block a user