IMKCandidates // Implement updateDisplay().
This commit is contained in:
parent
730c5b6ff7
commit
53182e2690
|
@ -79,7 +79,7 @@ public class CtlCandidateIMK: IMKCandidates, CtlCandidateProtocol {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public func updateDisplay() {}
|
public func updateDisplay() { update() }
|
||||||
|
|
||||||
public required init(_ layout: NSUserInterfaceLayoutOrientation = .horizontal) {
|
public required init(_ layout: NSUserInterfaceLayoutOrientation = .horizontal) {
|
||||||
super.init(server: theServer, panelType: kIMKScrollingGridCandidatePanel)
|
super.init(server: theServer, panelType: kIMKScrollingGridCandidatePanel)
|
||||||
|
|
Loading…
Reference in New Issue