Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
f82ed275
Commit
f82ed275
authored
12 years ago
by
Arthur Coolen
Browse files
Options
Downloads
Patches
Plain Diff
Task #3877: corrected small bug
parent
c0fd7775
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/Navigator2/panels/objects/Processes/SWControler_small.pnl
+3
-4
3 additions, 4 deletions
...Navigator2/panels/objects/Processes/SWControler_small.pnl
MAC/Navigator2/panels/objects/swlevel.pnl
+1
-1
1 addition, 1 deletion
MAC/Navigator2/panels/objects/swlevel.pnl
with
4 additions
and
5 deletions
MAC/Navigator2/panels/objects/Processes/SWControler_small.pnl
+
3
−
4
View file @
f82ed275
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(
$S
tation,\"EventClick\");
navPanel_setEvent(
s
tation,\"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(
$S
tation,\"ChangePanel\");
navPanel_setEvent(
s
tation,\"ChangePanel\");
}
// set delay to avoid click event will be triggered
...
...
This diff is collapsed.
Click to expand it.
MAC/Navigator2/panels/objects/swlevel.pnl
+
1
−
1
View file @
f82ed275
...
...
@@ -138,7 +138,7 @@ addLevel(int lvl,string changed)
// set new values
setValue(\"level15_text\",\"backCol\",lvlcolor);
setValue(\"level15_text\",\"toolTipText\",toolTip);
if (filled < 1
5
) filled++;
if (filled < 1
4
) filled++;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment