Merge branch 'master' of git://github.com/jamescoxon/dl-fldigi

pull/2/head
Simrun Basuita 2010-03-20 18:14:04 +00:00
commit 599bd952f7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -208,7 +208,7 @@ void status::saveLastState()
spref.set("main_x", mainX);
spref.set("main_y", mainY);
spref.set("main_w", mainW);
if (!bWF_only) {
if (!bWF_only and !bHAB) {
spref.set("main_h", mainH);
spref.set("rx_text_height", RxTextHeight);
}