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

Task #3877: corrected small bug

parent c0fd7775
No related branches found
No related tags found
No related merge requests found
V 11
1
LANG:1 0
PANEL,-1 -1 388 166 N "_3DFace" 3
"$Station"
PANEL,-1 -1 388 166 N "_3DFace" 2
"$name"
"$station"
"main()
......@@ -107,7 +106,7 @@ void click() {
// set delay in case double click was meant
delay(0, 100);
if (!bDoubleClicked) {
navPanel_setEvent($Station,\"EventClick\");
navPanel_setEvent(station,\"EventClick\");
}
}
......@@ -119,7 +118,7 @@ void dblClick() {
if (dpExists(baseDP) ) {
LOG_DEBUG(\"SWcontroller_small.pnl:DoubleClick|Setting currentDatapoint from : \"+g_currentDatapoint+\" to \"+baseDP);
g_currentDatapoint=baseDP;
navPanel_setEvent($Station,\"ChangePanel\");
navPanel_setEvent(station,\"ChangePanel\");
}
// set delay to avoid click event will be triggered
......
......@@ -138,7 +138,7 @@ addLevel(int lvl,string changed)
// set new values
setValue(\"level15_text\",\"backCol\",lvlcolor);
setValue(\"level15_text\",\"toolTipText\",toolTip);
if (filled < 15) filled++;
if (filled < 14) filled++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment