Changeset 13942
- Timestamp:
- Feb 3, 2013, 6:44:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7x/qt/details.cc
r13076 r13942 634 634 } 635 635 } 636 myCommentBrowser->setText( string ); 637 myCommentBrowser->setMaximumHeight( QWIDGETSIZE_MAX ); 636 if( myCommentBrowser->toPlainText() != string ) { 637 myCommentBrowser->setText( string ); 638 myCommentBrowser->setMaximumHeight( QWIDGETSIZE_MAX ); 639 } 638 640 639 641 // myOriginLabel
Note: See TracChangeset
for help on using the changeset viewer.