Skip to content
Snippets Groups Projects
Commit a270261b authored by rds's avatar rds
Browse files

- 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
No related tags found
No related merge requests found
......@@ -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.108 2009-04-01 15:53:39 rds Exp $
* CVS info: $Id: zmapWindowDraw.c,v 1.109 2009-04-02 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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment