Patch level :AGA2.0 362

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretti errori compilazione sulla AGA 32 bit


git-svn-id: svn://10.65.10.50/trunk@10683 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2002-12-17 12:08:40 +00:00
parent fff5a70d02
commit cf2be74687
2 changed files with 3 additions and 5 deletions

View File

@ -63,7 +63,6 @@ bool TSaldaconto_app::create()
bool TSaldaconto_app::destroy() bool TSaldaconto_app::destroy()
{ {
delete _msk; delete _msk;
close_files();
return TSkeleton_application::destroy(); return TSkeleton_application::destroy();
} }

View File

@ -131,7 +131,7 @@ public:
inline TForm_EC_editor& app() { return (TForm_EC_editor&) main_app();} inline TForm_EC_editor& app() { return (TForm_EC_editor&) main_app();}
BOOLEAN XVT_CALLCONV1 wprms (long data) BOOLEAN wprms (long data)
{ {
s_data* st =(s_data*)data; s_data* st =(s_data*)data;
WINDOW prwin = xvt_print_create_win(printer().get_printrcd(),""); WINDOW prwin = xvt_print_create_win(printer().get_printrcd(),"");
@ -311,7 +311,7 @@ bool TForm_EC_editor::font_handler(TMask_field& f, KEY key)
{ {
if (key == K_SPACE) if (key == K_SPACE)
{ {
main_app().begin_wait(); TWait_cursor hourglass;
const char* family = f.get(); const char* family = f.get();
const int MAXSIZES = 16; const int MAXSIZES = 16;
@ -343,7 +343,6 @@ bool TForm_EC_editor::font_handler(TMask_field& f, KEY key)
lst.replace_items(pn1, pn2); lst.replace_items(pn1, pn2);
lst.set(format("%d",printer().get_char_size())); lst.set(format("%d",printer().get_char_size()));
main_app().end_wait();
} }
return TRUE; return TRUE;
} }