Comment 3 for bug 986532

Revision history for this message
Florian Mahlknecht (florian-mahlknecht-95) wrote :

I've fixed it now!

The problem was, that the entering drag was ignored: wwaveformviewer.cpp:165 and woveriew.cpp:491
I added a private member variable m_pConfig* to these classes to get the required information. Then I changed the initializations in skinparser.cpp. On linux it works. But i don't know if there's a better solution or if the problem occurs only on linux.

To compile it on ubuntu with the GCC, i had to add the following options: -msse -mmmx -msse2
See http://www.linuxquestions.org/questions/ubuntu-63/using-xmmintrin-h-in-ubuntu-707942/