mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
Fixed regression with RDTransportButton taking focus
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user