Changeset 6235 for trunk/qt-gui/src/chatdlg.cpp
- Timestamp:
- 06/05/08 03:25:29 (7 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/chatdlg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/chatdlg.cpp
r5328 r6235 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)
