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
This commit is contained in:
luca 2005-04-27 08:48:28 +00:00
parent 5b632e61bd
commit 7e6159a9cd

View File

@ -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);
}