mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
Initial support of drag and drop to move files and folders around from the file tree view (SpartanJ/ecode#71).
This commit is contained in:
@@ -65,7 +65,7 @@ UIWidget* UIBreakpointsTableView::createCell( UIWidget* rowWidget, const ModelIn
|
||||
if ( index.column() == BreakpointsModel::Enabled ) {
|
||||
UIBreakpointsTableCell* widget = UIBreakpointsTableCell::New(
|
||||
mTag + "::cell", (const BreakpointsModel*)getModel(), index );
|
||||
widget->getTextBox()->setEnabled( true );
|
||||
widget->getTextView()->setEnabled( true );
|
||||
widget->setDontAutoHideEmptyTextBox( true );
|
||||
return setupCell( widget, rowWidget, index );
|
||||
} else if ( index.column() == BreakpointsModel::Remove ) {
|
||||
|
||||
Reference in New Issue
Block a user