Various fixes to qlo10k1

Various fixes by Tim <terminator356@users.sourceforge.net>:

- ld10k1 0.1.8p1 recommended for best operation.
- Fixed link disconnect bug.
- Now remembers last file open/save dir.
- Now unused IO/FX do not disappear upon refresh.
- Refresh/redraw fixups.
This commit is contained in:
Takashi Iwai 2005-06-03 12:31:54 +00:00
parent 700edf08b4
commit 8d95c04c7e
14 changed files with 221 additions and 48 deletions

View file

@ -79,6 +79,8 @@ void PreferencesDlg::okClicked()
for (i = 0; i < cards.count(); i++)
global->Cards.append(new CardParam(cards.at(i)));
repDirSystem = leRepSystem->text();
repDirUser = leRepUser->text();
global->RepDirSystem = repDirSystem;
global->RepDirUser = repDirUser;