This commit is contained in:
cuu
2018-09-30 13:58:29 +08:00
parent 2306f3036f
commit bac1ee6d40
11 changed files with 74 additions and 49 deletions

View File

@@ -751,7 +751,7 @@ func (self *Page) ResetPageSelector() {
func (self *Page) DrawPageSelector() {
if self.Ps.GetOnShow() == true {
fmt.Println("DrawPageSelector")
// fmt.Println("DrawPageSelector")
self.Ps.Draw()
}
}