Changeset 6242 for trunk/qt-gui
- Timestamp:
- 06/07/08 16:00:19 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/chatdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/chatdlg.cpp
r6235 r6242 578 578 iter->u->ColorBg()[2]); 579 579 QFont f(iter->w->font()); 580 f.setFixedPitch( iter->u->FontStyle() && 0x0F== STYLE_FIXEDxPITCH);580 f.setFixedPitch((iter->u->FontStyle() & 0x0F) == STYLE_FIXEDxPITCH); 581 581 582 582 switch (iter->u->FontStyle() & 0xF0) … … 847 847 { 848 848 QFont f(GetWindow(u)->font()); 849 f.setFixedPitch( u->FontStyle() && 0x0F== STYLE_FIXEDxPITCH);849 f.setFixedPitch((u->FontStyle() & 0x0F) == STYLE_FIXEDxPITCH); 850 850 851 851 switch (u->FontStyle() & 0xF0)
