Skip to content

Commit

Permalink
rawr
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Dec 7, 2021
1 parent efbff4b commit 18bc814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mod.hjson
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!VERSION 1.4
#!VERSION 1.41
#!REPO "MHeMoTexHuK/New-console"
#!BRANCH "master"
#!NO_UPDATE

#Reminder for myself: THINK TWICE BEFORE MODIFYING THE VALUES ABOVE

displayName: "New Console"
name: "newconsole"
author: "Мнемотехник"
description: "Adds a much better console ui.\n\nAlso includes a file browser, a scripts menu, an events menu and much much more!\n\nSee README.md for more info."
version: 1.4
version: 1.41
minGameVersion: 135
hidden: true

Expand Down
2 changes: 1 addition & 1 deletion src/newconsole/ui/Spinner.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Spinner(String header, TextButton.TextButtonStyle style, boolean unique,

if (col.getScene() != null) {
col.visible = true;
col.toFront();
//col.toFront(); TODO: causes more harm than sudden disappearing of spinners
col.color.a = parentAlpha * color.a;
col.setSize(width, col.getPrefHeight());

Expand Down

0 comments on commit 18bc814

Please sign in to comment.