Skip to content

Commit 9bf352b

Browse files
committed
Removing fullRefresh condition from function Refresh
1 parent d3cfc72 commit 9bf352b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/System.Windows.Forms/src/System/Windows/Forms/Controls/PropertyGrid/PropertyGridInternal

src/System.Windows.Forms/src/System/Windows/Forms/Controls/PropertyGrid/PropertyGridInternal/PropertyGridView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3997,7 +3997,7 @@ private void Refresh(bool fullRefresh, int startRow, int endRow)
39973997
startRow = 0;
39983998
}
39993999

4000-
if (fullRefresh || OwnerGrid.HavePropertyEntriesChanged())
4000+
if (OwnerGrid.HavePropertyEntriesChanged())
40014001
{
40024002
if (HasEntries && !InPropertySet && !CommitEditTextBox())
40034003
{

0 commit comments

Comments
 (0)