This commit is contained in:
2020-09-14 15:23:56 +03:00
parent 2e553719dd
commit 5c00f1b9c5
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 1)
set(qad_MINOR 12)
set(qad_REVISION 0)
set(qad_REVISION 1)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)

View File

@@ -72,7 +72,7 @@ void QCodeEditCompleter::addItems(QFont f, const QCodeEdit::ACClass & cl, const
void QCodeEditCompleter::invoke(QPoint global_pos) {
if (topLevelItemCount() > 1) setCurrentItem(topLevelItem(1));
setCurrentItem(topLevelItem(1));
if (isHidden()) move(global_pos);
if (topLevelItemCount() > 0) {
setVisible(true);