Voltaire // +showPageButtonsInCandidateWindow
This commit is contained in:
parent
ebce0aa099
commit
76c1aa4878
|
@ -343,7 +343,7 @@ extension HorizontalCandidateController {
|
|||
frameRect.size = newSize
|
||||
candidateView.frame = frameRect
|
||||
|
||||
if pageCount > 1 {
|
||||
if pageCount > 1 && Preferences.showPageButtonsInCandidateWindow {
|
||||
var buttonRect = nextPageButton.frame
|
||||
let spacing:CGFloat = 0.0
|
||||
|
||||
|
|
|
@ -349,7 +349,7 @@ extension VerticalCandidateController {
|
|||
frameRect.size = newSize
|
||||
candidateView.frame = frameRect
|
||||
|
||||
if pageCount > 1 {
|
||||
if pageCount > 1 && Preferences.showPageButtonsInCandidateWindow {
|
||||
var buttonRect = nextPageButton.frame
|
||||
let spacing:CGFloat = 0.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue