浏览代码

Leaving/entering full screen on OS X would leave the scroll bars in an

incorrect state. Turned out it was actually a redraw bug.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5010 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.90
Pierre Ossman 11 年前
父节点
当前提交
2f3a04ef23
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      vncviewer/DesktopWindow.cxx

+ 5
- 0
vncviewer/DesktopWindow.cxx 查看文件

@@ -369,6 +369,11 @@ int DesktopWindow::handle(int event)
else
scroll->type(Fl_Scroll::BOTH);

// The scroll widget isn't clever enough to actually redraw the
// scroll bars when they are added/removed, so we need to give
// it a push.
scroll->redraw();

if (!fullscreenSystemKeys)
break;


正在加载...
取消
保存