forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user