summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorNils Schwabe2014-06-16 16:22:36 +0200
committerNils Schwabe2014-06-16 16:22:36 +0200
commit231f6c67b00d1e8e2a7810eb8a1737dd7e7d9f90 (patch)
tree9191d1221b0309abce442f0d28775cab9261ab30 /src/dialog.h
parentFix refresh again.... (diff)
downloadvmchooser2-231f6c67b00d1e8e2a7810eb8a1737dd7e7d9f90.tar.gz
vmchooser2-231f6c67b00d1e8e2a7810eb8a1737dd7e7d9f90.tar.xz
vmchooser2-231f6c67b00d1e8e2a7810eb8a1737dd7e7d9f90.zip
Fix missing details on startup
Fix that default selection is obscure
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 94c20b0..39f9bdb 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -47,6 +47,7 @@ class Dialog : public QDialog {
QTimer *centerTimer_;
QString autoStartEntry_;
int activeTab_;
+ int oldRow_;
QString strings_[STR__MAX];
void readPVSSettings();
void writePVSSettings();