diff --git a/src/kcharselect.cpp b/src/kcharselect.cpp --- a/src/kcharselect.cpp +++ b/src/kcharselect.cpp @@ -551,8 +551,7 @@ setFocusPolicy(Qt::StrongFocus); setFocusProxy(d->charTable); - d->_k_sectionSelected(0); - d->_k_blockSelected(0); + d->_k_sectionSelected(0); // this will also call _k_blockSelected(0) setCurrentCodePoint(QChar::Null); d->historyEnabled = true;