diff --git a/Classes/CalcsTab.lua b/Classes/CalcsTab.lua index 1980d4fc..f3b65cd3 100644 --- a/Classes/CalcsTab.lua +++ b/Classes/CalcsTab.lua @@ -94,6 +94,7 @@ Effective DPS: Curses and enemy properties (such as resistances and status condi t_insert(section.controls.mainSkill.list, { val = i, label = activeSkill.activeGem.name }) end section.controls.mainSkill.enabled = #mainSocketGroup.displaySkillList > 1 + section.controls.mainSkill.sel = self.input.skill_activeNumber if mainSocketGroup.displaySkillList[1] then local activeGem = mainSocketGroup.displaySkillList[self.input.skill_activeNumber].activeGem if activeGem and activeGem.data.parts and #activeGem.data.parts > 1 then diff --git a/Classes/ConfigTab.lua b/Classes/ConfigTab.lua index d6e170da..1ba2fa06 100644 --- a/Classes/ConfigTab.lua +++ b/Classes/ConfigTab.lua @@ -239,7 +239,6 @@ function ConfigTabClass:BuildModList() self.enemyModList = enemyModList local input = self.input for _, varData in ipairs(varList) do - ConPrintf("%s", varData.var) if varData.apply then if varData.type == "check" then if input[varData.var] then diff --git a/Modules/Build.lua b/Modules/Build.lua index 6164e0b2..6dea0125 100644 --- a/Modules/Build.lua +++ b/Modules/Build.lua @@ -396,6 +396,7 @@ function buildMode:OnFrame(inputEvents) t_insert(self.controls.mainSkill.list, { val = i, label = activeSkill.activeGem.name }) end self.controls.mainSkill.enabled = #mainSocketGroup.displaySkillList > 1 + self.controls.mainSkill.sel = mainSocketGroup.mainActiveSkill self.controls.mainSkill.shown = true self.controls.mainSkillPart.shown = false if mainSocketGroup.displaySkillList[1] then diff --git a/Modules/Main.lua b/Modules/Main.lua index 5638b82a..584d6b97 100644 --- a/Modules/Main.lua +++ b/Modules/Main.lua @@ -209,7 +209,7 @@ end function main:OnFrame() self.screenW, self.screenH = GetScreenSize() - if self.newMode then + while self.newMode do if self.mode then self:CallMode("Shutdown") end diff --git a/README.md b/README.md index e8065080..dc8d5ad3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Head over to the [Releases](https://github.com/Openarl/PathOfBuilding/releases) ![ss3](https://cloud.githubusercontent.com/assets/19189971/18089780/f0ff234a-6f04-11e6-8c88-6193fe59a5c4.png) ## Changelog +### 1.2.4 - 2016/11/06 + * Fixed a few minor bugs + ### 1.2.3 - 2016/11/04 * Fixed an error in the Calcs tab diff --git a/changelog.txt b/changelog.txt index 9ec9d0b8..ce45842f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +VERSION[1.2.4][2016/11/06] + * Fixed a few minor bugs VERSION[1.2.3][2016/11/04] * Fixed an error in the Calcs tab VERSION[1.2.2][2016/11/04] diff --git a/manifest.xml b/manifest.xml index fae8e12a..fd9041db 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,20 +1,20 @@ - + - + - + - + @@ -41,14 +41,14 @@ - + - +