[Gd-chatter] r11267 - trunk/fundev/sources/deuce

andreas at gwydiondylan.org andreas at gwydiondylan.org
Tue Apr 17 23:22:57 CEST 2007


Author: andreas
Date: Tue Apr 17 23:22:55 2007
New Revision: 11267

Modified:
   trunk/fundev/sources/deuce/display.dylan
Log:
bug: 6057

Fix for "#f is not of type {<class>: <basic-line>}" bug that was triggered
when inserting lines into code displayed in multiple windows.


Modified: trunk/fundev/sources/deuce/display.dylan
==============================================================================
--- trunk/fundev/sources/deuce/display.dylan	(original)
+++ trunk/fundev/sources/deuce/display.dylan	Tue Apr 17 23:22:55 2007
@@ -131,7 +131,8 @@
             // An associated buffer is in another window; we'll have to
             // work a bit harder to redisplay it, since we don't know
             // exactly where the damage region is in that window
-            queue-redisplay-1(frame-window(other-frame), max(degree, $display-text));
+            queue-redisplay-1(frame-window(other-frame), max(degree, $display-text),
+                              line: line, index: index);
           otherwise =>
             #f;
         end



More information about the chatter mailing list