We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485af35 commit 8e7e193Copy full SHA for 8e7e193
src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java
@@ -268,6 +268,7 @@ protected Widget<?> createScreen(PanelSyncManager syncManager) {
268
display.setAction(this.displayText);
269
display.sync("display", syncManager);
270
271
+ // todo scrolling doesn't work for rich text widget
272
var scrollWidget = new ScrollWidget<>(new VerticalScrollData())
273
.sizeRel(1f)
274
.child(new RichTextWidget()
0 commit comments