]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: qconf: move conf_read() before drawing tree pain
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 30 Sep 2024 17:02:23 +0000 (02:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Oct 2024 08:05:34 +0000 (17:05 +0900)
commitda724c33b685463720b1c625ac440e894dc57ec0
tree28ea954a71a1af6bac108ca8d2b162e7059f887d
parent8d095547debdd26583171a6b589acbc9fd76aa9f
kconfig: qconf: move conf_read() before drawing tree pain

The constructor of ConfigMainWindow() calls show*View(), which needs
to calculate symbol values. conf_read() must be called before that.

Fixes: 060e05c3b422 ("kconfig: qconf: remove initial call to conf_changed()")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc