v1.4.0: fixed a bug with alchemy guide in new journal window
This commit is contained in:
@@ -329,7 +329,7 @@ public class WndJournal extends WndTabbed {
|
||||
|
||||
private void updateList() {
|
||||
|
||||
if (!Document.ALCHEMY_GUIDE.isPageFound(currentPageIdx)){
|
||||
if (currentPageIdx != -1 && !Document.ALCHEMY_GUIDE.isPageFound(currentPageIdx)){
|
||||
currentPageIdx = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user