We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d1d80 commit 46c5bb0Copy full SHA for 46c5bb0
core/src/com/unciv/ui/components/widgets/WrappableLabel.kt
@@ -22,7 +22,7 @@ class WrappableLabel(
22
fontColor: Color = Color.WHITE,
23
private val fontSize: Int = Constants.defaultFontSize,
24
hideIcons: Boolean = false
25
-) : Label(text.tr(hideIcons), BaseScreen.skin) {
+) : Label(text.tr(hideIcons, hideIcons), BaseScreen.skin) {
26
private var _measuredWidth = 0f
27
private var optimizedWidth = Float.MAX_VALUE
28
0 commit comments