mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-21 12:08:34 +07:00
Fixed #7331
This commit is contained in:
parent
bae64cb98a
commit
6e11418fa4
@ -583,7 +583,7 @@ public class ResearchDialog extends BaseDialog{
|
||||
infoTable.table(b -> {
|
||||
b.margin(0).left().defaults().left();
|
||||
|
||||
if(selectable && (node.content.description != null || node.content.stats.toMap().size > 0)){
|
||||
if(selectable){
|
||||
b.button(Icon.info, Styles.flati, () -> ui.content.show(node.content)).growY().width(50f);
|
||||
}
|
||||
b.add().grow();
|
||||
|
Loading…
Reference in New Issue
Block a user