cache background per-object instead of per-class (stable backport)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1951 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-17 11:52:46 +00:00
parent 1737caf1e0
commit a9f1242841
2 changed files with 65 additions and 80 deletions

View File

@@ -284,6 +284,8 @@ private:
int m_pixelsPerTact;
QPixmap m_background;
} ;