Fix segfault on exit

pull/2/head
Philip Heron 2011-07-21 23:54:19 +01:00
rodzic 3a2d2e92ba
commit 9ca89dc9fc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -209,7 +209,7 @@ void status::saveLastState()
logbook_col_5 = wBrowser->columnWidth(5);
if (!bWF_only) {
if (!bWF_only && !bHAB) {
RxTextHeight = (ReceiveText->h() * 100) / text_panel->h();//VTgroup->h();
quick_entry = ReceiveText->get_quick_entry();
rx_scroll_hints = ReceiveText->get_scroll_hints();