Fix frequence display for plugin analysis mouse over
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 24 Jul 2016 22:46:49 +0000 (00:46 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 24 Jul 2016 22:46:49 +0000 (00:46 +0200)
commit46c311b2b075d2243025a2e0c7fb677c27baeeb2
tree088a32de98ba20906c3bd6c17c1ac11117d63c82
parent9215710c5999678862a6535139ce14c507d754a2
Fix frequence display for plugin analysis mouse over

When freq was changed to be an integer, the conversion to kHz became a
truncation. Divide by the float 1000.0 to pass the correct value to the
stringstream formatting routine.
gtk2_ardour/plugin_eq_gui.cc