Uwe Stöhr wrote: > Am 29.03.2013 05:56, schrieb Pavel Sanda: > >>> it is not enough, because a width must be given in every case. >>> I asked twice on the list if there is a cleaner solution but apparently >>> this is not the case. If you have an idea it is very welcome. >> >> I think the correct way is to have bool InsetBoxParams::use_width >> which is true in case width is used and false instead of this -999col% >> magical constant. >> Is it enough for usecase? > > This was what I first tied, bat as I said a length must nevertheless be > given.
How that; You simply need to add condition on that bool on few places, no? >But what length should I use of the bool is true? What about empty string? Pavel