We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cebf15 commit 75113ceCopy full SHA for 75113ce
sources/LocalizationEditor/UI/ViewController.swift
@@ -82,6 +82,9 @@ final class ViewController: NSViewController {
82
self.tableView.removeTableColumn($0)
83
}
84
85
+ // not sure why this is needed but without it autolayout crashes and the whole tableview breaks visually
86
+ tableView.reloadData()
87
+
88
let column = NSTableColumn(identifier: NSUserInterfaceItemIdentifier(FixedColumn.key.rawValue))
89
column.title = "key".localized
90
tableView.addTableColumn(column)
0 commit comments