Project

General

Profile

Bug #45

Updated by J. Templ 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> 

 Reported If I am right, this fix suggested by Boris Ilov, 2013-08-26. Ilov. 
 http://forum.oberoncore.ru/viewtopic.php?f=131&t=3470&p=83504&hilit=class.style#p83504 

 Refers to CPC 1.7 rc5 change list number 45.

Back