forked from mbk-lab/rui_orig
Bug fixing
This commit is contained in:
parent
b0e83cec00
commit
736d30ae7b
2
popup.go
2
popup.go
|
@ -143,7 +143,7 @@ func (popup *popupData) init(view View, params Params) {
|
||||||
notCompatibleType(TitleStyle, value)
|
notCompatibleType(TitleStyle, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
case CloseButton, OutsideClose, VerticalAlign, HorizontalAlign:
|
case CloseButton, OutsideClose, VerticalAlign, HorizontalAlign, Buttons:
|
||||||
// do nothing
|
// do nothing
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue