Skip to content
Snippets Groups Projects
Commit 2037d480 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Task #4044: added temperature and humidity to mainscreen

parent ad598e02
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,6 @@ void redraw() {
// set the hardware selectable items for this screen
prepareHardwareList();
string addPanelName = \"objects/swlevel.pnl\";
if (dynlen(SWLevelRefNames) > 0) {
clearSWLevelRefNames();
......
......@@ -51,7 +51,6 @@ void dblClick(string name) {
LOG_DEBUG(\"swlevel.pnl:DoubleClick|Setting currentDatapoint from : \"+g_currentDatapoint+\" to \"+baseDP);
g_currentDatapoint=baseDP;
if (name == station) {
DebugN(\"dblClick with: \"+name+\" currentDP: \"+g_currentDatapoint);
navPanel_setEvent(station,\"ChangePanel\");
} else {
//we also have to set the tabctrl to think this was initiated from the ProcessesTab, otherwise we will get the wrong panel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment