Mercurial > mercurial > hgweb_kaigo.hg.cgi
diff horori/searcher/src/searcher.cpp @ 5:519d6fd0bfd9 draft
searcher: bug fix. fcgo: new feature.
author | pyon <pyon@macmini> |
---|---|
date | Tue, 15 Jun 2021 18:32:28 +0900 |
parents | aaaa401818a1 |
children |
line wrap: on
line diff
--- a/horori/searcher/src/searcher.cpp Tue Jun 15 06:19:45 2021 +0900 +++ b/horori/searcher/src/searcher.cpp Tue Jun 15 18:32:28 2021 +0900 @@ -1,5 +1,5 @@ // Filename : searcher.cpp -// Last Change: 2021-05-11 火 13:20:04. +// Last Change: 2021-06-15 火 16:11:11. // #include <wx/msgdlg.h> #include <wx/dir.h> @@ -1436,7 +1436,7 @@ int th = 38; unsigned char r, g, b; - for (int x = 2450, y = 1600; y = 1850; y++) { + for (int x = 2450, y = 1600; y < 1850; y++) { r = imgfile.GetRed(x, y); g = imgfile.GetGreen(x, y); b = imgfile.GetBlue(x, y); @@ -1491,7 +1491,8 @@ void SearchFrame::SetVersionInfo() { - this->SetTitle(wxT("Searcher - v1.1.0")); + this->SetTitle(wxT("Searcher - v1.1.1")); + m_textCtrlVersion->AppendText(wxT("1.1.1 : bug fix (2021-06-15)\n")); m_textCtrlVersion->AppendText(wxT("1.1.0 : adapt to new marksheet (2021-05-11)\n")); m_textCtrlVersion->AppendText(wxT("1.0.4 : small fix (2020-12-24)\n")); m_textCtrlVersion->AppendText(wxT("1.0.3 : new feature - paste search (2020-06-26)\n"));