Fixed #3380
This commit is contained in:
@@ -277,8 +277,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
|||||||
@Override
|
@Override
|
||||||
public void draw(){
|
public void draw(){
|
||||||
planets.render(PlanetDialog.this);
|
planets.render(PlanetDialog.this);
|
||||||
|
if(Core.scene.getDialog() == PlanetDialog.this){
|
||||||
Core.scene.setScrollFocus(PlanetDialog.this);
|
Core.scene.setScrollFocus(PlanetDialog.this);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//info text
|
//info text
|
||||||
new Table(t -> {
|
new Table(t -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user