mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
MOHAWK: Use the provided drag flags when dropping a feature.
svn-id: r55387
This commit is contained in:
parent
74f8462a7b
commit
0c797cf359
@ -173,7 +173,7 @@ void CSTimeView::dragFeature(NewFeature *feature, Common::Point pos, uint mode,
|
||||
|
||||
if (mode == 2) {
|
||||
if (feature->_dragFlags & 0x800000) {
|
||||
feature->_dragFlags |= 0x8000;
|
||||
feature->_dragFlags = flags | 0x8000;
|
||||
if (!(flags & 1))
|
||||
(_currentModule->*(feature->_dropProc))(feature);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user