Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed scroll bars to operate more smoothly #128

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
SET VERSION="1.1.3"
SET VERSION="1.1.4"
SET DIR=".\build\dist\\%VERSION%\Emrick Designer"
SET NAME="Emrick Designer"
call .\gradlew.bat clean
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.emrick.project'
version '1.1.3'
version '1.1.4'
var jarTitle = "Emrick-Designer-$version"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#echo BUILD COMPLETE


VERSION="1.1.3"
VERSION="1.1.4"
DIR="./build/dist/$VERSION/emrick-designer"
NAME="emrick-designer"

Expand Down
2 changes: 1 addition & 1 deletion build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#echo BUILD COMPLETE


VERSION="1.1.3"
VERSION="1.1.4"
DIR="./build/dist/$VERSION/Emrick Designer.app"
NAME="Emrick Designer"

Expand Down
270 changes: 0 additions & 270 deletions docs/allclasses-index.html

This file was deleted.

73 changes: 0 additions & 73 deletions docs/allpackages-index.html

This file was deleted.

168 changes: 0 additions & 168 deletions docs/constant-values.html

This file was deleted.

5 changes: 0 additions & 5 deletions docs/element-list

This file was deleted.

Loading