1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

HWNDComponentPeer: Remove handling for WM_ERASEBKGND

We'll always paint over the entirity of the invalid area, so filling in
the background is redundant work.
This commit is contained in:
reuk 2026-01-07 12:35:03 +00:00
parent 11e8149e65
commit d5a84475da
No known key found for this signature in database

View file

@ -3818,9 +3818,6 @@ private:
break;
case WM_ERASEBKGND:
if (hasTitleBar())
break;
return 1;
case WM_NCCALCSIZE: