Voltaire // +showPageButtonsInCandidateWindow
This commit is contained in:
parent
78c53353c8
commit
07c277d03a
|
@ -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