/[gnue]/gnue-designer/src/forms/LayoutEditor/LayoutEditor.py
ViewVC logotype

Diff of /gnue-designer/src/forms/LayoutEditor/LayoutEditor.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.90 by jcater, Fri Jun 13 20:02:40 2003 UTC revision 1.91 by jcater, Tue Jul 8 15:36:39 2003 UTC
# Line 276  class LayoutEditor (ToolBase): Line 276  class LayoutEditor (ToolBase):
276    
277      # and now highlight any new items      # and now highlight any new items
278      for object in objects:      for object in objects:
279        if hasattr(object, '_widgetHandler'):        if hasattr(object, '_widgetHandler') and object not in self._currentSelection:
280          self._currentSelection.append(object)          self._currentSelection.append(object)
281          object._widgetHandler.setSelected(1, object == focus)          object._widgetHandler.setSelected(1, object == focus)
282    

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26