Project

General

Profile

Bug #45

Updated by I. Denisov over 10 years ago

Main window is not updating when its updated then the size is changing. 
 The fix provided by adding two flags 0 & 1 in CreateMainWindows procedure of HostWindows. 
 <pre> 
 class.style := {0, 1, 3, 5}; 	 (*    vredraw, hredraw, doubleclicks, privat dc *) 
 </pre> 

 If I am right, this fix suggested by Boris Ilov.

Back