eugeneloza / decoherence

Project moved to https://gitlab.com/EugeneLoza/decoherence
GNU General Public License v3.0
10 stars 7 forks source link

Autoset DLabelImage width/height #472

Open eugeneloza opened 6 years ago

eugeneloza commented 6 years ago

avoid uninitialized width

ResonantExplosion commented 6 years ago

Or, force label width init at setting text as SetText(text, width=0) with default width=Next.w. Still this doesn't seem like an optimal solution? As Next.w is requested from Parent, and may be undefined.