Browse Source

Fl_Flowpack: Fix flowdown alignment.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
3939576b05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      FL/Fl_Flowpack.H

+ 1
- 1
FL/Fl_Flowpack.H View File

@@ -144,7 +144,7 @@ public:
else
{
/* otherwise, put it in the next column */
Y = LY;
Y = 0;
}

}


Loading…
Cancel
Save