Changeset 54 for trunk/src/styles
- Timestamp:
 - Jan 15, 2006, 11:16:48 PM (20 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/styles/qwindowsstyle.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/styles/qwindowsstyle.cpp
r8 r54 646 646 popupCG.setColor( QColorGroup::Light, cg.background() ); 647 647 popupCG.setColor( QColorGroup::Midlight, cg.light() ); 648 qDrawWinPanel(p, r, popupCG, flags & Style_Sunken); 649 } 650 break; 648 649 int lw = opt.isDefault() ? pixelMetric(PM_MDIFrameWidth) 650 : opt.lineWidth(); 651 652 if (lw == 2) { 653 qDrawWinPanel(p, r, popupCG, flags & Style_Sunken); 654 } else { 655 QBrush fill = QBrush( cg.background() ); 656 qDrawWinPanel( p, r, popupCG, flags & Style_Sunken, &fill ); 657 } 658 break; 659 } 651 660 652 661 default:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  