Skip to content

Commit

Permalink
Merge pull request #15 from jpxthu/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jpxthu authored Feb 3, 2020
2 parents e75db8a + e965b7a commit 557486c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.3.1-Beta (2020.2.3)

- Export bug fix

### v1.3.0-Beta (2020.2.3)

- UI in EPGP main frame
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.zhCN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.3.1-Beta (2020.2.3)

- 导出问题修复

### v1.3.0-Beta (2020.2.3)

- EPGP 主界面添加 UI
Expand Down
2 changes: 1 addition & 1 deletion EPGP-Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Title: EPGP Classic
## Notes: Effort Points/Gear Points Loot System
## Author: jpxthu (Maintainer)
## Version: v1.3.0-Beta
## Version: v1.3.1-Beta
## SavedVariables: EPGP_DB
## OptionalDeps: LibRealmInfo
## X-Category: Guild
Expand Down
10 changes: 5 additions & 5 deletions modules/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ local function CreateEPGPExportImportFrame()
self.button2:Hide()
self.editbox:SetText(EPGP:GetModule("log"):Export())
self.editbox:HighlightText()
self.editbox:SetScript("OnTextChanged",
function (self)
local text = EPGP:GetModule("log"):Export()
self:SetText(text)
end)
-- self.editbox:SetScript("OnTextChanged",
-- function (self)
-- local text = EPGP:GetModule("log"):Export()
-- self:SetText(text)
-- end)
end
end)
f:SetScript(
Expand Down

0 comments on commit 557486c

Please sign in to comment.