Automated update from Qt3

pull/1/head
Timothy Pearson 10 years ago
parent 67ff892b73
commit a9ec6a1556

@ -1214,7 +1214,7 @@ Window findRealWindow( const TQPoint & pos, Window w, int md )
void TQDragManager::move( const TQPoint & globalPos )
{
if (!object) {
if (!object || !object->source()) {
// perhaps the target crashed?
return;
}

Loading…
Cancel
Save