-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I've noticed that when I start dragging the dialog using it's body it moves smoothly as expected, but when I start dragging it using the text inside the title it starts to lag
here's a video with that happening
2025-07-05.16-03-52.mp4
mc version: 1.21.5
sheeplib version: 1.3.6+1.21.5
dialog code used in the video
class SuppliesDialog(x: Int, y: Int) : Dialog(x, y), Themed by TridentTheme {
override val title: DialogTitleWidget = TextTitleWidget(this, Component.literal("Test title"))
override fun layout(): GridLayout = grid {
val minecraftFont = Minecraft.getInstance().font
StringWidget(Component.literal("Hello world"), minecraftFont).at(0,0)
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels