소스 검색

[Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4232 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.0.90
Adam Tkac 13 년 전
부모
커밋
2d4ee58716
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      unix/vncviewer/OptionsDialog.h

+ 2
- 0
unix/vncviewer/OptionsDialog.h 파일 보기

@@ -198,6 +198,8 @@ public:
y += secVnc.height();
secPlain.move(xPad, y);
y += secPlain.height();

xPad -= SECOND_COL_XPAD;
#endif

/* Render "OK" and "Cancel" buttons */

Loading…
취소
저장