Commit 77194615 authored by claes's avatar claes

Conpoint and subannot not drawn in navigation window

parent 12cf0b29
/*
* Proview $Id: glow_growconpoint.cpp,v 1.4 2007-01-04 07:57:38 claes Exp $
* Proview $Id: glow_growconpoint.cpp,v 1.5 2007-06-29 09:31:24 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -369,9 +369,7 @@ void GrowConPoint::draw( GlowWind *w, GlowTransform *t, int highlight, int hot,
void *colornode)
{
if ( w == &ctx->navw) {
if ( ctx->no_nav)
return;
hot = 0;
return;
}
GlowPoint p1(p);
......
/*
* Proview $Id: glow_growsubannot.cpp,v 1.7 2007-06-15 11:34:43 claes Exp $
* Proview $Id: glow_growsubannot.cpp,v 1.8 2007-06-29 09:31:24 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -405,9 +405,7 @@ void GrowSubAnnot::draw( GlowWind *w, GlowTransform *t, int highlight, int hot,
void *colornode)
{
if ( w == &ctx->navw) {
if ( ctx->no_nav)
return;
hot = 0;
return;
}
if ( t) {
GlowPoint p1(p);
......
Markdown is supported
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