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