mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-02 09:02:34 +02:00
Fixed regression with RDTransportButton taking focus
This commit is contained in:
parent
61c1b52072
commit
6e70e1e49d
@ -18415,5 +18415,4 @@
|
|||||||
'pypad.Receiver::padField()' methods to caution against confusing
|
'pypad.Receiver::padField()' methods to caution against confusing
|
||||||
the two.
|
the two.
|
||||||
2019-01-24 Patrick Linstruth <patrick@deltecent.com>
|
2019-01-24 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Reduced size of PyPAD edit window in rdadmin(1) to match
|
* Fixed regression with RDTransportButton taking focus from lists.
|
||||||
rdairplay(1).
|
|
||||||
|
@ -41,6 +41,7 @@ RDTransportButton::RDTransportButton(RDTransportButton::TransType type,
|
|||||||
off_cap=new QPixmap();
|
off_cap=new QPixmap();
|
||||||
drawOffCap();
|
drawOffCap();
|
||||||
setPixmap(*off_cap);
|
setPixmap(*off_cap);
|
||||||
|
setFocusPolicy(Qt::NoFocus);
|
||||||
|
|
||||||
flash_timer=new QTimer(this,"flash_timer");
|
flash_timer=new QTimer(this,"flash_timer");
|
||||||
connect(flash_timer,SIGNAL(timeout()),this,SLOT(flashClock()));
|
connect(flash_timer,SIGNAL(timeout()),this,SLOT(flashClock()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user