changed the transparency of the window where drag is from on mac.

This commit is contained in:
jerry 2013-09-12 11:43:34 +00:00
parent b92b7c71fb
commit dbc7659776
4 changed files with 13 additions and 7 deletions

View file

@ -589,6 +589,7 @@ COSXScreen::fakeMouseButton(ButtonID id, bool press)
m_lastSingleClickYCursor = m_yCursor;
}
if (!press && (id == kButtonLeft)) {
// fake ctrl key up
fakeKeyUp(29);
if (m_fakeDraggingStarted) {