Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
b7f281ad
Commit
b7f281ad
authored
Mar 06, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slider Min/Max attribute wasn't handled by replace attr command
parent
14dbd7c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
xtt/lib/ge/src/ge_dyn.cpp
xtt/lib/ge/src/ge_dyn.cpp
+5
-0
No files found.
xtt/lib/ge/src/ge_dyn.cpp
View file @
b7f281ad
...
...
@@ -6329,6 +6329,10 @@ void GeTrend::replace_attribute( char *from, char *to, int *cnt, int strict)
{
GeDyn
::
replace_attribute
(
attribute1
,
sizeof
(
attribute1
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
attribute2
,
sizeof
(
attribute2
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
minvalue_attr1
,
sizeof
(
minvalue_attr1
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
maxvalue_attr1
,
sizeof
(
maxvalue_attr1
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
minvalue_attr2
,
sizeof
(
minvalue_attr2
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
maxvalue_attr2
,
sizeof
(
maxvalue_attr2
),
from
,
to
,
cnt
,
strict
);
}
void
GeTrend
::
save
(
ofstream
&
fp
)
...
...
@@ -11617,6 +11621,7 @@ void GeSlider::replace_attribute( char *from, char *to, int *cnt, int strict)
GeDyn
::
replace_attribute
(
attribute
,
sizeof
(
attribute
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
minvalue_attr
,
sizeof
(
minvalue_attr
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
maxvalue_attr
,
sizeof
(
maxvalue_attr
),
from
,
to
,
cnt
,
strict
);
GeDyn
::
replace_attribute
(
insensitive_attr
,
sizeof
(
insensitive_attr
),
from
,
to
,
cnt
,
strict
);
}
void
GeSlider
::
save
(
ofstream
&
fp
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment