Skip to content

VisUI 1.4.3

Compare
Choose a tag to compare
@kotcrab kotcrab released this 20 Jul 07:54
· 76 commits to master since this release

Version: 1.4.3 (LibGDX 1.9.9)

  • Fixed: Infinite loop in PopupMenu when trying to select next (or previous) MenuItem using keyboard and menu has no selectable MenuItems.
  • Fixed: #307 ArrayIndexOutOfBounds exception in VisTextArea when trying to select text having empty first line
  • Changed: PopupMenu keyboard events will be now treated as handled by scene2d (they won't be passed to application under the stage)
  • Changed: #302 ToastManager now allows to specify X and Y screen padding separately
    • Added: ToastManager#setScreenPaddingX(int), ToastManager#setScreenPaddingY(int), ToastManager#setScreenPadding(int, int), ToastManager#getScreenPaddingX()
      ToastManager#getScreenPaddingY()
    • Deprecated: ToastManager#getScreenPadding(), use either ToastManager#getScreenPaddingX() or ToastManager#getScreenPaddingY().
      Now this method will throw IllegalStateException when padding X is different than padding Y.
      This should not cause any breaking changes until new API is used. This method will be removed in future versions.