From 7e6159a9cd442f30e620bf9311894d3fd2a2ba6f Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 27 Apr 2005 08:48:28 +0000 Subject: [PATCH] Patch level :2.2 86 Files correlati :ca0.exe Ricompilazione Demo : [ ] Commento :tolte le scroll bars dal calendario git-svn-id: svn://10.65.10.50/trunk@13011 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ci/cilib.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/cilib.cpp b/ci/cilib.cpp index 40e834860..0ebaca491 100755 --- a/ci/cilib.cpp +++ b/ci/cilib.cpp @@ -347,5 +347,7 @@ void TAlmanac_window::handler(WINDOW win, EVENT* ep) TAlmanac_window::TAlmanac_window(int x, int y, int dx, int dy, WINDOW parent, TWindowed_field *owner) : TField_window(x, y, dx, dy, parent, owner) { + xvt_sbar_set_range(win(), HSCROLL, 0, 0); + xvt_sbar_set_range(win(), VSCROLL, 0, 0); }