Fix a graphic bug in monostereo.cpp
This commit is contained in:
parent
ec50cbdbeb
commit
9772abae05
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@ StereoMono::drawPixmaps ()
|
|||
|
||||
paint.drawPixmap (QRect (0, 0, 27, 12),
|
||||
m_pixmap_mono,
|
||||
m_pixmap.rect ());
|
||||
m_pixmap_mono.rect ());
|
||||
|
||||
paint.drawPixmap (QRect (27, 0, 29, 12),
|
||||
m_pixmap_stereo,
|
||||
m_pixmap.rect ());
|
||||
m_pixmap_stereo.rect ());
|
||||
paint.end ();
|
||||
|
||||
update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue