draw text at correct position in win32-version

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1286 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-06 20:38:48 +00:00
parent 6839181d53
commit 3a9b02fbe4
2 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
2008-07-06 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/widgets/combobox.cpp:
draw text at correct position in win32-version
* src/core/drumsynth.cpp:
when building for win32 define powf() as pow() due to symbol-conflicts
in win32-libm
* data/themes/default/style.css:
fixed font-color for what's-this-popups so that they're readable
2008-07-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/stk/mallets/mallets.cpp: