Revision: 54940
http://brlcad.svn.sourceforge.net/brlcad/?rev=54940&view=rev
Author: bob1961
Date: 2013-03-28 15:47:45 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
This fixes an issue where geometry doesn't show up in the newly visible display
windows that are exposed when going to multi-pane mode AND display-lists are
enabled.
Modified Paths:
--------------
brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl 2013-03-28 13:50:42 UTC
(rev 54939)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl 2013-03-28 15:47:45 UTC
(rev 54940)
@@ -3943,6 +3943,11 @@
::itcl::body ArcherCore::doMultiPane {} {
gedCmd configure -multi_pane $mMultiPane
+
+ if {$mMultiPane && $mDisplayListMode} {
+ ::update
+ redrawWho
+ }
}
::itcl::body ArcherCore::doLighting {} {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits