Commit a87682f6 authored by Claudio Valerio's avatar Claudio Valerio

removed test value on dragEnabled

parent 348acb8e
......@@ -287,7 +287,7 @@ void UBDocumentThumbnailWidget::setDragEnabled(bool enabled)
bool UBDocumentThumbnailWidget::dragEnabled() const
{
return true;// mDragEnabled;
return mDragEnabled;
}
void UBDocumentThumbnailWidget::hightlightItem(int index)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment