mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-04 22:29:29 +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:
parent
35b61a1122
commit
6b660cc39b
@ -14547,3 +14547,6 @@
|
|||||||
2014-10-10 Fred Gleason <fredg@paravelsystems.com>
|
2014-10-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Corrected an error in 'rdlibrary/disk_gauge.cpp' that generated
|
* Corrected an error in 'rdlibrary/disk_gauge.cpp' that generated
|
||||||
incorrect free time values.
|
incorrect free time values.
|
||||||
|
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].
|
||||||
|
@ -357,7 +357,7 @@ void RDPanelButton::keyReleaseEvent(QKeyEvent *e)
|
|||||||
|
|
||||||
void RDPanelButton::mousePressEvent(QMouseEvent *e)
|
void RDPanelButton::mousePressEvent(QMouseEvent *e)
|
||||||
{
|
{
|
||||||
button_move_count=3;
|
button_move_count=10;
|
||||||
QPushButton::mousePressEvent(e);
|
QPushButton::mousePressEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user