Fl_Flowpack: Flow mode should default to on!
This commit is contained in:
parent
9916fa0c4f
commit
4a44188596
|
@ -35,7 +35,7 @@ public:
|
||||||
{
|
{
|
||||||
resizable( 0 );
|
resizable( 0 );
|
||||||
_max_width = _hspacing = _vspacing = 0;
|
_max_width = _hspacing = _vspacing = 0;
|
||||||
_flow = 0;
|
_flow = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~Fl_Flowpack ( )
|
virtual ~Fl_Flowpack ( )
|
||||||
|
|
Loading…
Reference in New Issue