Releases
visui-1.4.7
Version: 1.4.7 (LibGDX 1.9.11)
Added : #335 - VisImageButton (Drawable imageUp, Drawable imageDown, Drawable imageChecked, String styleName)
constructor
Added : #340 - Option to disable color picker preview, added: BasicColorPicker#setShowColorPreviews(boolean)
, BasicColorPicker#isShowColorPreviews
Added : #333 - FlowGroup
a generalization of HorizontalFlowGroup
and VerticalFlowGroup
FlowGroup
fixes some layout issues, see linked pull request
HorizontalFlowGroup
and VerticalFlowGroup
are deprecated
To avoid breaking changes DragPane
and TabbedPane
implementation was not changed in this version
Fixed : #331
TabbedPane::removeAll
does not clear the active tab field
TabbedPane::remove(Tab)
does not clear the active tab field when it removes last tab
Fixed : #336 - VisTextField
crash when text has newlines
Fixed : #339 - HighlightTextArea
was not disabling soft wrapping when using some constructors
Fixed : #341 - HighlightTextArea
parent alpha was not used when drawing font
You can’t perform that action at this time.