/[svn]/qsampler/trunk/src/qsamplerPaletteForm.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerPaletteForm.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3819 by capela, Tue Jun 16 09:13:12 2020 UTC revision 3820 by capela, Tue Sep 1 10:55:24 2020 UTC
# Line 1238  void PaletteForm::ColorButton::paintEven Line 1238  void PaletteForm::ColorButton::paintEven
1238          QPushButton::paintEvent(event);          QPushButton::paintEvent(event);
1239    
1240          QStyleOptionButton opt;          QStyleOptionButton opt;
1241          opt.init(this);          opt.initFrom(this);
1242    
1243          const QRect& rect          const QRect& rect
1244                  = style()->subElementRect(QStyle::SE_PushButtonContents, &opt, this);                  = style()->subElementRect(QStyle::SE_PushButtonContents, &opt, this);

Legend:
Removed from v.3819  
changed lines
  Added in v.3820

  ViewVC Help
Powered by ViewVC