Changeset 2201

Show
Ignore:
Timestamp:
02/06/08 01:13:34 (3 months ago)
Author:
arj..@yirdis.nl
Message:

Do not call handler for the widget with focus

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/adapters/propertypages.py

    r2133 r2201  
    422422    def attribute_watcher(event): 
    423423        if attribute is None or event.property is attribute: 
     424            if widget.props.has_focus: 
     425                return 
    424426            handler(event) 
    425427