mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2014-10-10 Fred Gleason <fredg@paravelsystems.com>
* Tweaked sensitivity for initiating drags on Sound Panel buttons in '/lib/rdpanel_button.cpp' [GitHub issue #000032].
This commit is contained in:
@@ -357,7 +357,7 @@ void RDPanelButton::keyReleaseEvent(QKeyEvent *e)
|
||||
|
||||
void RDPanelButton::mousePressEvent(QMouseEvent *e)
|
||||
{
|
||||
button_move_count=3;
|
||||
button_move_count=10;
|
||||
QPushButton::mousePressEvent(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user