Skip to content

Fix resize grip in DropDown editor#4340

Merged
RussKie merged 1 commit into
dotnet:masterfrom
JeremyKuhne:grabhandle
Dec 9, 2020
Merged

Fix resize grip in DropDown editor#4340
RussKie merged 1 commit into
dotnet:masterfrom
JeremyKuhne:grabhandle

Conversation

@JeremyKuhne
Copy link
Copy Markdown
Member

@JeremyKuhne JeremyKuhne commented Dec 9, 2020

Order statics so sizing is correctly calculated. Change ControlPaint.DrawSizeGrip to use GDI+ to get fully applied transforms.

Fixes #4238

Microsoft Reviewers: Open in CodeFlow

Order statics so sizing is correctly calculated. Change ControlPaint.DrawSizeGrip to use GDI+ to get fully applied transforms.
@JeremyKuhne JeremyKuhne requested a review from a team as a code owner December 9, 2020 00:53
@ghost ghost assigned JeremyKuhne Dec 9, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 9, 2020

Codecov Report

Merging #4340 (872f9fb) into master (f57a55b) will increase coverage by 0.00765%.
The diff coverage is n/a.

@@                 Coverage Diff                 @@
##              master       #4340         +/-   ##
===================================================
+ Coverage   97.95639%   97.96404%   +0.00764%     
===================================================
  Files            537         537                 
  Lines         261498      261498                 
  Branches        4815        4815                 
===================================================
+ Hits          256154      256174         +20     
+ Misses          4468        4452         -16     
+ Partials         876         872          -4     
Flag Coverage Δ
Debug 97.96404% <ø> (+0.00764%) ⬆️
production 100.00000% <ø> (?)
test 97.96404% <ø> (+0.00764%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@RussKie RussKie merged commit 622e5df into dotnet:master Dec 9, 2020
@ghost ghost added this to the 6.0 Preview1 milestone Dec 9, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resize grip is missing in PropertyGrid DropDown editor after update to net5.0-windows

3 participants