Browse Source

disable debug output

pull/1639/head
bsp2 6 years ago
parent
commit
06621ce844
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/ParamWidget.cpp

+ 1
- 1
src/app/ParamWidget.cpp View File

@@ -57,7 +57,7 @@ void ParamWidget::onMouseMove(EventMouseMove &e) {
}

void ParamWidget::onMouseDown(EventMouseDown &e) {
printf("xxx ParamWidget::onMouseDown: e.button=%d revert_val=%f\n", e.button, revert_val);
// printf("xxx ParamWidget::onMouseDown: e.button=%d revert_val=%f\n", e.button, revert_val);
if (e.button == 1) {
if(INVALID_REVERT_VAL != revert_val) // during mouse drag
{


Loading…
Cancel
Save