IMKCandidates // Implement updateDisplay().

This commit is contained in:
ShikiSuen 2023-06-04 18:57:48 +08:00
parent 730c5b6ff7
commit 53182e2690
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class CtlCandidateIMK: IMKCandidates, CtlCandidateProtocol {
}
}
public func updateDisplay() {}
public func updateDisplay() { update() }
public required init(_ layout: NSUserInterfaceLayoutOrientation = .horizontal) {
super.init(server: theServer, panelType: kIMKScrollingGridCandidatePanel)