Show
Ignore:
Timestamp:
02/16/07 05:47:30 (22 months ago)
Author:
flynd
Message:

Added option to use double Return instead of Ctrl+Return as requested in #1492.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/mledit.h

    r4531 r4857  
    6868 
    6969  static QFont *editFont; 
     70  static bool useDoubleReturn; 
    7071 
    7172protected: 
     
    8586private: 
    8687  bool m_fixSetTextNewlines; 
     88  bool m_lastKeyWasReturn; 
    8789}; 
    8890