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