mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 21:50:04 +00:00
too much to remember
added radio buttons added size animations added menus (still needs cleaning)
This commit is contained in:
@@ -155,7 +155,7 @@ public class Text extends Visual {
|
||||
int startX;
|
||||
int endX;
|
||||
if(startIndex > endIndex) {
|
||||
endX = startIndex;
|
||||
endX = startIndex - 1;
|
||||
startX = endIndex;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user