/[papo]/gnue/forms/src/uidrivers/wx/UIdriver.py
ViewVC logotype

Diff of /gnue/forms/src/uidrivers/wx/UIdriver.py

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

revision 1.19.2.2 by styxman, Wed May 21 22:16:08 2003 UTC revision 1.19.2.3 by styxman, Thu May 22 18:14:16 2003 UTC
# Line 1180  class keyboardEvtHandler(uiBaseEvtHandle Line 1180  class keyboardEvtHandler(uiBaseEvtHandle
1180          not event.ControlDown() and \          not event.ControlDown() and \
1181          not event.AltDown() and \          not event.AltDown() and \
1182          int (gConfig('enterIsNewLine')) and \          int (gConfig('enterIsNewLine')) and \
1183          object.height and object._type != 'GFButton'> 1:          object.height > 1 and object._type != 'GFButton':
1184    
1185        command = 'NEWLINE'        command = 'NEWLINE'
1186    

Legend:
Removed from v.1.19.2.2  
changed lines
  Added in v.1.19.2.3

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