Skip to content
Snippets Groups Projects
Commit 0931aaec authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Merge branch 'feature-inthedarkness' into 'devel'

#313 Fix stuck after screen resize.



See merge request !315
parents 711bba66 128b6ea8
Branches
Tags
No related merge requests found
......@@ -112,7 +112,6 @@ public class ActionsStripWidget extends Group implements ActionListener {
public void setSize(float width, float height) {
super.setSize(width, height);
nextActionField.setSize(InTheDarknessGame.ACTION_SIZE_BIGGER * 2, getHeight());
moveScrollPaneBottomToAction(0, false, null);
}
private void prepareSelectedActions(String selectedActionsString) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment