浏览代码

Added missing update on scroll wheel up

tznind 4 年之前
父节点
当前提交
0045bed692
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Terminal.Gui/Views/TableView.cs

+ 1 - 0
Terminal.Gui/Views/TableView.cs

@@ -580,6 +580,7 @@ namespace Terminal.Gui.Views {
 				return true;
 				return true;
 			} else if (me.Flags == MouseFlags.WheeledUp) {
 			} else if (me.Flags == MouseFlags.WheeledUp) {
 				RowOffset--;
 				RowOffset--;
+				Update ();
 				return true;
 				return true;
 			}
 			}