Notes |
(0034376)
Vladimir Zhirov (reporter)
2010-02-10 22:52
|
The problem introduced in r23635. Until it is fixed you can rollback to r23634 or earlier. |
|
(0034378)
Eric Heijnen (reporter)
2010-02-11 03:00
|
Thanks, I checked the svn revision and undid the change to HandleScrollMessage in win32callback.inc and recompiled lazarus. It works now (the scrollbars that is, no idea if it creates other bugs) |
|
(0034380)
Vladimir Zhirov (reporter)
2010-02-11 07:12
|
I attached two patches. The first one (scrollbar.patch) fixes this issue only (0015717), the second (scrollbar_maxpatch.patch) fixes one more potential problem with messing WM/LM messages. |
|
(0034885)
Andreas Schneider (reporter)
2010-03-01 20:47
|
The problem still persists.
(Just a bump so it's not forgotten :-)) |
|
(0034907)
Stefan Müller (reporter)
2010-03-02 18:27
|
I confirm this bug. I tried the patch provided by Vladimir Zhirov and it seems to work now. |
|
(0035132)
Paul Ishenin (manager)
2010-03-10 09:43
|
Thanks for the patches. I fixed similar but not the same. So please test and close if ok.
Regards messing WM / LM messages - this is ok. LM messages must map to WM messages. But we have some special LM messages which does not exists in win32 (for gtk). |
|
(0035197)
Vladimir Zhirov (reporter)
2010-03-10 19:58
edited on: 2010-03-10 20:08
|
Thanks for fixing the problem :) I confirm it's working now.
[sorry, I talked a rubbish here about WM/LM so made some cleanup]
|
|