mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
ProcessList: delay tree rebuild until panel rebuild
This commit is contained in:
@ -492,7 +492,4 @@ void ProcessList_scan(ProcessList* this, bool pauseProcessUpdate) {
|
||||
|
||||
// Set UID column width based on max UID.
|
||||
Process_setUidColumnWidth(maxUid);
|
||||
|
||||
if (this->settings->ss->treeView)
|
||||
ProcessList_buildTree(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user