Project

General

Profile

Bug #45

Updated by I. Denisov over 10 years ago

Main window is not updating when its 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. 
 http://forum.oberoncore.ru/viewtopic.php?f=131&t=3470&p=83504&hilit=class.style#p83504

Back