eugeneloza / decoherence

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

Why ComboBox is displayed by default #571

Open eugeneloza opened 6 years ago

eugeneloza commented 6 years ago

it has Visible := false; for some reason AliasEdit calls OnSelect after creation

eugeneloza commented 6 years ago

OnSelectCell is fired every time the Form is activated.

eugeneloza commented 6 years ago

May be fixed by issuing OnClick temporary variable to make sure onSelectCell was caused by user click (or keyboard event)

eugeneloza commented 6 years ago

Amazing. OnClick is fired AFTER onSelectCell, so, yes. The fix is not working.

eugeneloza commented 6 years ago

Doesn't seem to possible to fix it easily. Not critical, so moving to unimportant. Stop wasting time here.