Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
1e4749d5
Commit
1e4749d5
authored
18 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
keeping up with the feature set names move to window
parent
bd3af691
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapWindow/zmapWindowDraw.c
+7
-7
7 additions, 7 deletions
src/zmapWindow/zmapWindowDraw.c
with
7 additions
and
7 deletions
src/zmapWindow/zmapWindowDraw.c
+
7
−
7
View file @
1e4749d5
...
...
@@ -28,9 +28,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Oct
4 14:2
5 2006 (rds)
* Last edited: Oct
17 19:5
5 2006 (rds)
* Created: Thu Sep 8 10:34:49 2005 (edgrif)
* CVS info: $Id: zmapWindowDraw.c,v 1.3
3
2006-10-
04 14:28:17
rds Exp $
* CVS info: $Id: zmapWindowDraw.c,v 1.3
4
2006-10-
18 15:19:21
rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -1885,12 +1885,12 @@ static void redraw3FrameCol(FooCanvasGroup *container, FooCanvasPoints *points,
}
/* Recreate all the frame sensitive columns as single columns and populate them with features. */
g_list_foreach
(
window
->
feature_
context
->
feature_
set_names
,
createSetColumn
,
&
redraw_data
)
;
g_list_foreach
(
window
->
feature_set_names
,
createSetColumn
,
&
redraw_data
)
;
/* Now make sure the columns are in the right order. */
zmapWindowSortCols
(
window
->
feature_
context
->
feature_
set_names
,
forward
,
FALSE
)
;
zmapWindowSortCols
(
window
->
feature_set_names
,
forward
,
FALSE
)
;
if
(
window
->
show_3_frame_reverse
)
zmapWindowSortCols
(
window
->
feature_
context
->
feature_
set_names
,
reverse
,
TRUE
)
;
zmapWindowSortCols
(
window
->
feature_set_names
,
reverse
,
TRUE
)
;
/* Now remove any empty columns. */
if
(
!
(
window
->
keep_empty_cols
))
...
...
@@ -2089,7 +2089,7 @@ static void redrawAs3FrameCols(FooCanvasGroup *container, FooCanvasPoints *point
/* We need to find the 3 frame position and use this to insert stuff.... */
if
((
redraw_data
.
frame3_pos
=
g_list_index
(
window
->
feature_
context
->
feature_
set_names
,
if
((
redraw_data
.
frame3_pos
=
g_list_index
(
window
->
feature_set_names
,
GINT_TO_POINTER
(
zMapStyleCreateID
(
ZMAP_FIXED_STYLE_3FRAME
))))
==
-
1
)
{
...
...
@@ -2104,7 +2104,7 @@ static void redrawAs3FrameCols(FooCanvasGroup *container, FooCanvasPoints *point
{
for
(
redraw_data
.
frame
=
ZMAPFRAME_0
;
redraw_data
.
frame
<=
ZMAPFRAME_2
;
redraw_data
.
frame
++
)
{
g_list_foreach
(
window
->
feature_
context
->
feature_
set_names
,
create3FrameCols
,
&
redraw_data
)
;
g_list_foreach
(
window
->
feature_set_names
,
create3FrameCols
,
&
redraw_data
)
;
}
/* Remove empty cols.... */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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