From 736d30ae7b7a0cb89b9e2e2f9b6446d87005a0a5 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko Date: Tue, 23 Nov 2021 15:51:58 +0300 Subject: [PATCH] Bug fixing --- popup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.go b/popup.go index 38c3f7f..477b8e0 100644 --- a/popup.go +++ b/popup.go @@ -143,7 +143,7 @@ func (popup *popupData) init(view View, params Params) { notCompatibleType(TitleStyle, value) } - case CloseButton, OutsideClose, VerticalAlign, HorizontalAlign: + case CloseButton, OutsideClose, VerticalAlign, HorizontalAlign, Buttons: // do nothing default: