|
@@ -117,7 +117,9 @@ namespace GFGGame
|
|
_ui.m_btnExit.visible = true;
|
|
_ui.m_btnExit.visible = true;
|
|
UpdateBtnFightTimes();
|
|
UpdateBtnFightTimes();
|
|
}
|
|
}
|
|
- _ui.m_list.scrollPane.ScrollBottom();
|
|
|
|
|
|
+ _ui.m_list.ScrollToView(_index - 1, true);
|
|
|
|
+
|
|
|
|
+ //.ScrollBottom();
|
|
}
|
|
}
|
|
|
|
|
|
private void ListItemRender(int index, GObject item)
|
|
private void ListItemRender(int index, GObject item)
|