| Index: Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| diff --git a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| index e0558bbaf64925890dd4472c6149223c1cd6122f..a8c06cf0b419ba0970cc46db7ea9b5ba1c4f89b3 100644
|
| --- a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| +++ b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| @@ -91,6 +91,7 @@ WebInspector.FilteredItemSelectionDialog.prototype = {
|
| this._dialogHeight = height;
|
|
|
| this._updateShowMatchingItems();
|
| + this._viewportControl.refresh();
|
| },
|
|
|
| focus: function()
|
|
|