* ensure, cursor is never NULL when painting it in paintEvent()

* a lot of coding style fixes



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2022 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2009-02-12 22:59:38 +00:00
parent b463f54b8f
commit 794fa084cf
2 changed files with 212 additions and 197 deletions

View File

@@ -1,5 +1,9 @@
2009-02-12 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/piano_roll.cpp:
- ensure, cursor is never NULL when painting it in paintEvent()
- a lot of coding style fixes
* src/core/sample_buffer.cpp:
do not load samples bigger than 100 MB (closes #2458375)