kopia lustrzana https://github.com/jamescoxon/dl-fldigi
Upstream version 2.11X
rodzic
6e4a8bea56
commit
d15cb1ba09
|
@ -3,7 +3,7 @@ Change Log:
|
|||
2.11 1) Added EXEC macro
|
||||
2) Added mousewheel over Macro buttons to move between macro button sets.
|
||||
3) Fixed bug in Olivia signal level display.
|
||||
4) Ported to Windows (win32)
|
||||
4) Ported to Windows (win32) and OS-X
|
||||
5) Added floating digiscope and / or fixed scope abutting waterfall
|
||||
specified with command line switch --twoscopes
|
||||
Default is floating digiscope without the fixed scope
|
||||
|
|
|
@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
|
|||
dnl contain other characters or be empty
|
||||
m4_define(FLDIGI_MAJOR, [2])
|
||||
m4_define(FLDIGI_MINOR, [11])
|
||||
m4_define(FLDIGI_PATCH, [W])
|
||||
m4_define(FLDIGI_PATCH, [X])
|
||||
|
||||
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
||||
|
||||
|
|
|
@ -250,9 +250,10 @@ void status::initLastState()
|
|||
Yx = TransmitText->y();
|
||||
Hx = TransmitText->h();
|
||||
|
||||
ReceiveText->resize(X,Y,W,RxTextHeight);
|
||||
FHdisp->resize(X,Y,W,RxTextHeight);
|
||||
TransmitText->resize(X, Y + RxTextHeight, W, H + Hx - RxTextHeight);
|
||||
// ReceiveText->resize(X,Y,W,RxTextHeight);
|
||||
// FHdisp->resize(X,Y,W,RxTextHeight);
|
||||
// TransmitText->resize(X, Y + RxTextHeight, W, H + Hx - RxTextHeight);
|
||||
TiledGroup->position( X, Y + H, X, Y + RxTextHeight);
|
||||
}
|
||||
|
||||
if (rigShown == true) {
|
||||
|
|
Ładowanie…
Reference in New Issue