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:
oldmud0 2021-06-09 18:17:46 -05:00 committed by GitHub
commit 2adb32bb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);