mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +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
|
||||
the two.
|
||||
2019-01-24 Patrick Linstruth <patrick@deltecent.com>
|
||||
* Reduced size of PyPAD edit window in rdadmin(1) to match
|
||||
rdairplay(1).
|
||||
* Fixed regression with RDTransportButton taking focus from lists.
|
||||
|
@ -41,6 +41,7 @@ RDTransportButton::RDTransportButton(RDTransportButton::TransType type,
|
||||
off_cap=new QPixmap();
|
||||
drawOffCap();
|
||||
setPixmap(*off_cap);
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
flash_timer=new QTimer(this,"flash_timer");
|
||||
connect(flash_timer,SIGNAL(timeout()),this,SLOT(flashClock()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user