2019-12-31 Fred Gleason <fredg@paravelsystems.com>

* Tweaked the 'LogLineBox::mouseMoveEvent()' method in rdairplay(1)
	to require a cursor movement of at least 20 pixels before generating
	a cart drag.
This commit is contained in:
Fred Gleason
2019-12-31 14:51:13 -05:00
parent e3dd3ef7a3
commit 4c48bc1b52
3 changed files with 20 additions and 8 deletions

View File

@@ -19375,3 +19375,7 @@
* Added a work-around in the 'PyPAD.Receiver().__openDb()' method
to work with versions of MySQLdb that do not support the
'password=' parameter in 'MySQLdb.connect()'.
2019-12-31 Fred Gleason <fredg@paravelsystems.com>
* Tweaked the 'LogLineBox::mouseMoveEvent()' method in rdairplay(1)
to require a cursor movement of at least 20 pixels before generating
a cart drag.