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
1f9c5511
Commit
1f9c5511
authored
Mar 01, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem with . in tablename fixed
parent
9f4fb361
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sev/exe/sev_xtt/src/xtt_tblnav.cpp
sev/exe/sev_xtt/src/xtt_tblnav.cpp
+2
-2
No files found.
sev/exe/sev_xtt/src/xtt_tblnav.cpp
View file @
1f9c5511
...
@@ -400,7 +400,7 @@ void TblNavBrow::create_nodeclasses()
...
@@ -400,7 +400,7 @@ void TblNavBrow::create_nodeclasses()
brow_AddAnnot
(
nc_object
,
15
,
0.6
,
2
,
brow_AddAnnot
(
nc_object
,
15
,
0.6
,
2
,
flow_eDrawType_TextHelvetica
,
2
,
flow_eAnnotType_OneLine
,
flow_eDrawType_TextHelvetica
,
2
,
flow_eAnnotType_OneLine
,
1
);
1
);
brow_AddFrame
(
nc_object
,
0
,
0
,
20
,
0.8
,
flow_eDrawType_LineGray
,
-
1
,
1
);
brow_AddFrame
(
nc_object
,
0
,
0
,
20
,
0.8
3
,
flow_eDrawType_LineGray
,
-
1
,
1
);
// Create attribute nodeclass
// Create attribute nodeclass
...
@@ -413,7 +413,7 @@ void TblNavBrow::create_nodeclasses()
...
@@ -413,7 +413,7 @@ void TblNavBrow::create_nodeclasses()
brow_AddAnnot
(
nc_attr
,
8
,
0.6
,
1
,
brow_AddAnnot
(
nc_attr
,
8
,
0.6
,
1
,
flow_eDrawType_TextHelvetica
,
2
,
flow_eAnnotType_OneLine
,
flow_eDrawType_TextHelvetica
,
2
,
flow_eAnnotType_OneLine
,
1
);
1
);
brow_AddFrame
(
nc_attr
,
0
,
0
,
20
,
0.8
,
flow_eDrawType_LineGray
,
-
1
,
1
);
brow_AddFrame
(
nc_attr
,
0
,
0
,
20
,
0.8
3
,
flow_eDrawType_LineGray
,
-
1
,
1
);
}
}
...
...
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