Skip to content

Commit 758e328

Browse files
committed
update status on mouse
1 parent 0301085 commit 758e328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/pokedit.winxed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ class TextWindow : ChildWindow
568568
self.pressed =: 1;
569569
self.curpos =: pos;
570570
self.curline =: l;
571+
self.parent.updatepos();
571572
self.cursor();
572573
break;
573574
case 2:
@@ -651,6 +652,7 @@ class TextWindow : ChildWindow
651652
self.curpos =: pos;
652653
self.curline =: l;
653654
self.invertselection();
655+
self.parent.updatepos();
654656
self.cursor();
655657
}
656658
}

0 commit comments

Comments
 (0)