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
a270261b
Commit
a270261b
authored
16 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
- draw 3 frame only 1 columns too.
- make sure frame columns don't get shown/hidden by zoom code
parent
546f78b2
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
+5
-4
5 additions, 4 deletions
src/zmapWindow/zmapWindowDraw.c
with
5 additions
and
4 deletions
src/zmapWindow/zmapWindowDraw.c
+
5
−
4
View file @
a270261b
...
...
@@ -28,9 +28,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited:
Mar 30 14:08
2009 (rds)
* Last edited:
Apr 2 16:30
2009 (rds)
* Created: Thu Sep 8 10:34:49 2005 (edgrif)
* CVS info: $Id: zmapWindowDraw.c,v 1.10
8
2009-04-0
1
15:
53:39
rds Exp $
* CVS info: $Id: zmapWindowDraw.c,v 1.10
9
2009-04-0
2
15:
37:04
rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -432,7 +432,8 @@ void zmapWindowColumnSetMagState(ZMapWindow window, FooCanvasGroup *col_group)
* (as happens now). I'm not sure we have a record of this.
*/
if
(
zmapWindowItemFeatureSetGetDisplay
(
set_data
)
==
ZMAPSTYLE_COLDISPLAY_SHOW_HIDE
)
if
(
zmapWindowItemFeatureSetGetDisplay
(
set_data
)
==
ZMAPSTYLE_COLDISPLAY_SHOW_HIDE
&&
zmapWindowColumnIs3frameVisible
(
window
,
col_group
))
{
gboolean
visible_at_this_mag
=
FALSE
;
...
...
@@ -519,7 +520,7 @@ gboolean zmapWindowColumnIs3frameVisible(ZMapWindow window, FooCanvasGroup *col_
else
visible
=
FALSE
;
}
else
if
(
frame_mode
==
ZMAPSTYLE_3_FRAME_ONLY_3
&&
&
else
if
(
frame_mode
==
ZMAPSTYLE_3_FRAME_ONLY_3
&&
set_data
->
frame
==
ZMAPFRAME_NONE
)
{
visible
=
FALSE
;
...
...
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