pull/1/head
John Greb 2015-05-30 21:33:37 +01:00
commit 95b2310437
3 zmienionych plików z 13 dodań i 3 usunięć

Wyświetl plik

@ -945,9 +945,18 @@
3114075: Fix socket/getaddrinfo support
=Version 3.22.08=
=Version 3.22.09=
2015-04-23 David Freese <iam_w1hkj@w1hkj.com>
2015-05-28 Kamal Mostafa <kamal@whence.com>
dac5bf4: Fl_Text_Display
2015-04-28 David Freese <iam_w1hkj@w1hkj.com>
c34a613: Cabrillo/Export dialogs
=Version 3.22.08=
2bda963: Analysis
967e7c5: rx/tx queues

Wyświetl plik

@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
dnl contain other characters or be empty
m4_define(FLDIGI_MAJOR, [3])
m4_define(FLDIGI_MINOR, [22])
m4_define(FLDIGI_PATCH, [.08])
m4_define(FLDIGI_PATCH, [.09])
m4_define(FLARQ_MAJOR, [4])
m4_define(FLARQ_MINOR, [3])
m4_define(FLARQ_PATCH, [.5])

Wyświetl plik

@ -300,6 +300,7 @@ void Fl_Text_Display_mod::resize(int X, int Y, int W, int H) {
#endif // DEBUG
Fl_Widget::resize(X,Y,W,H);
if (!buffer()) return;
if (!textfont()) return;
X += Fl::box_dx(box());
Y += Fl::box_dy(box());
W -= Fl::box_dw(box());