mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 22:35:11 +00:00
Added a context menu to the plot which allows the user to configure the time window for plotting.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace OpenHardwareMonitor.GUI {
|
||||
private UpdateVisitor updateVisitor = new UpdateVisitor();
|
||||
private SensorGadget gadget;
|
||||
private Form plotForm;
|
||||
private PlotPanel plotPanel;
|
||||
|
||||
private UserOption showHiddenSensors;
|
||||
private UserOption showPlot;
|
||||
@@ -109,7 +110,10 @@ namespace OpenHardwareMonitor.GUI {
|
||||
|
||||
this.Font = SystemFonts.MessageBoxFont;
|
||||
treeView.Font = SystemFonts.MessageBoxFont;
|
||||
plotPanel.Font = SystemFonts.MessageBoxFont;
|
||||
|
||||
plotPanel = new PlotPanel(settings);
|
||||
plotPanel.Font = SystemFonts.MessageBoxFont;
|
||||
plotPanel.Dock = DockStyle.Fill;
|
||||
|
||||
nodeCheckBox.IsVisibleValueNeeded += nodeCheckBox_IsVisibleValueNeeded;
|
||||
nodeCheckBox.CheckStateChanged += UpdatePlotSelection;
|
||||
|
Reference in New Issue
Block a user