Merge pull request #559 from AttorneyOnline/fix/serverlist-selection
Fix first server in server list not initiating connections unless another server was selected first
This commit is contained in:
commit
2adb32bb61
@ -84,7 +84,7 @@ private:
|
||||
QProgressBar *ui_progress_bar;
|
||||
AOButton *ui_cancel;
|
||||
|
||||
int last_index;
|
||||
int last_index = -1;
|
||||
|
||||
void set_size_and_pos(QWidget *p_widget, QString p_identifier);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user