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:
parent
5b632e61bd
commit
7e6159a9cd
@ -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)
|
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)
|
: TField_window(x, y, dx, dy, parent, owner)
|
||||||
{
|
{
|
||||||
|
xvt_sbar_set_range(win(), HSCROLL, 0, 0);
|
||||||
|
xvt_sbar_set_range(win(), VSCROLL, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user