Skip to content

Commit

Permalink
Adds Beta 8 binaries for distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
FellippeHeitor committed Nov 8, 2018
1 parent a3e8eb9 commit f6e599c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InForm/InForm.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5493,8 +5493,8 @@ SUB AddItem (WhichListBox AS LONG, TempItem$)
BorderOffset = ABS(Control(ThisID).HasBorder) * 5

_FONT Control(ThisID).Font
IF Control(ThisID).Max > FIX((Control(ThisID).Height - BorderOffset) \ Control(ThisID).ItemHeight) THEN
Control(ThisID).InputViewStart = Control(ThisID).Max - FIX((Control(ThisID).Height - BorderOffset) \ Control(ThisID).ItemHeight) + 1
IF Control(ThisID).Max > FIX((Control(ThisID).Height - BorderOffset) / Control(ThisID).ItemHeight) THEN
Control(ThisID).InputViewStart = Control(ThisID).Max - FIX((Control(ThisID).Height - BorderOffset) / Control(ThisID).ItemHeight) + 1
END IF
_FONT prevFont
END IF
Expand Down
Binary file added InForm/UiEditorPreview.exe
Binary file not shown.
Binary file added InForm/updater/InFormUpdater.exe
Binary file not shown.
Binary file added UiEditor.exe
Binary file not shown.

0 comments on commit f6e599c

Please sign in to comment.