Re: What we need to do before releasing of 1.7 ?
Posted: Tue Jan 19, 2016 5:00 pm
B21 is already adopted.
HostWindows.CreateMainWindows has WinApi.CS_VREDRAW + WinApi.CS_HREDRAW
HostWindows.CreateMainWindows has WinApi.CS_VREDRAW + WinApi.CS_HREDRAW
Code: Select all
class.style := WinApi.CS_VREDRAW + WinApi.CS_HREDRAW + WinApi.CS_DBLCLKS + WinApi.CS_OWNDC;