Skip to content

Commit 007d5d5

Browse files
committed
expant/collapse tree node on double click fix
1 parent 1721a02 commit 007d5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenHardwareMonitor/UI/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ private void Timer_Tick(object sender, EventArgs e)
617617
if (!backgroundUpdater.IsBusy)
618618
backgroundUpdater.RunWorkerAsync();
619619

620-
RestoreCollapsedNodeState(treeView);
620+
//RestoreCollapsedNodeState(treeView);
621621
}
622622

623623
private void SaveConfiguration()

0 commit comments

Comments
 (0)