Fix initial position of variable chooser.

It was showing up 'somewhere' depending on platform.

Task-number: QTCREATORBUG-4270
Reviewed-by: Robert Loehning
This commit is contained in:
con
2011-03-30 14:28:34 +02:00
parent 72d021a6ab
commit dbe32f8944
2 changed files with 11 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ private slots:
void updateCurrentEditor(QWidget *old, QWidget *widget);
void handleItemActivated(QListWidgetItem *item);
void insertVariable(const QString &variable);
void updatePositionAndShow();
private:
void createIconButton();