Revision: 46853
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46853&view=rev
Author:   bob1961
Date:     2011-09-22 15:53:22 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Don't need the extra call to go_draw() in the interlay section of 
go_refresh_draw().

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/tclcad_obj.c

Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c     2011-09-22 14:51:47 UTC (rev 
46852)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c     2011-09-22 15:53:22 UTC (rev 
46853)
@@ -9617,7 +9617,6 @@
        go_draw(gdvp);
 
        if (gdvp->gdv_view->gv_rect.grs_draw) {
-           go_draw(gdvp);
            fb_refresh(gdvp->gdv_fbs.fbs_fbp,
                       gdvp->gdv_view->gv_rect.grs_pos[X], 
gdvp->gdv_view->gv_rect.grs_pos[Y],
                       gdvp->gdv_view->gv_rect.grs_dim[X], 
gdvp->gdv_view->gv_rect.grs_dim[Y]);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to