mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-03 15:55:26 +00:00
Small fix for the Form Handle creating patch.
This commit is contained in:
@@ -158,8 +158,8 @@ namespace OpenHardwareMonitor.GUI {
|
|||||||
Show();
|
Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a handle, otherwise calling Close() does not fire FormClosed
|
// Create a handle, otherwise calling Close() does not fire FormClosed
|
||||||
CreateHandle();
|
IntPtr handle = Handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SubHardwareAdded(IHardware hardware, Node node) {
|
private void SubHardwareAdded(IHardware hardware, Node node) {
|
||||||
|
Reference in New Issue
Block a user