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:
parent
11e8149e65
commit
d5a84475da
1 changed files with 0 additions and 3 deletions
|
|
@ -3818,9 +3818,6 @@ private:
|
|||
break;
|
||||
|
||||
case WM_ERASEBKGND:
|
||||
if (hasTitleBar())
|
||||
break;
|
||||
|
||||
return 1;
|
||||
|
||||
case WM_NCCALCSIZE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue