mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
Settings ScrollUp bug fix
This commit is contained in:
@@ -175,7 +175,7 @@ func (self *SettingsPage) ScrollUp() {
|
||||
}
|
||||
cur_li := self.MyList[self.PsIndex]
|
||||
x,y := cur_li.Coord()
|
||||
if x < 0 {
|
||||
if y < 0 {
|
||||
for i:=0;i<len(self.MyList);i++ {
|
||||
_,h := self.MyList[i].Size()
|
||||
x,y = self.MyList[i].Coord()
|
||||
|
||||
Reference in New Issue
Block a user