ELiminato BOLD

git-svn-id: svn://10.65.10.50/trunk@1229 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
pirro 1995-04-11 08:36:14 +00:00
parent 9285b6486e
commit 6768cae309
2 changed files with 4 additions and 4 deletions

View File

@ -292,8 +292,8 @@ int TMask_field::create_prompt(WINDOW parent, int width, int heigth)
#if XVT_OS == XVT_OS_WIN
const int k = _prompt.find('~');
if (k >= 0) _prompt[k] = '&';
if (required() && _prompt[0] != '@')
_prompt.insert("@b", 0);
// if (required() && _prompt[0] != '@')
// _prompt.insert("@b", 0);
#endif
_promptwin = xvt_create_control
(

View File

@ -476,7 +476,7 @@ bool TSheet::update_row(long n)
}
if (n < 0)
set_font("", XVT_FS_BOLD, 0);
set_font("", XVT_FS_NONE, 0);
int minx = (int)origin().x;
int maxx = minx + columns();
@ -544,7 +544,7 @@ void TSheet::update()
set_color(NORMAL_COLOR, NORMAL_BACK_COLOR);
set_pen(NORMAL_COLOR);
set_brush(NORMAL_BACK_COLOR);
set_font(XVT_FFN_FIXED);
set_font("", XVT_FS_NONE, 0);
_visible_rows = rows() - reserved_rows() - head_on();
}