mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
Updated to the last changes of meshmodel interface
This commit is contained in:
parent
223cbd3aec
commit
e234dff76e
@ -76,9 +76,12 @@ LayerDialog::LayerDialog(QWidget *parent ) : QDockWidget(parent)
|
||||
}
|
||||
|
||||
void LayerDialog::keyPressEvent ( QKeyEvent * event )
|
||||
{
|
||||
{ MeshDocument *md = mw->meshDoc();
|
||||
if(event->key() == Qt::Key_Space )
|
||||
mw->meshDoc()->advanceCurrentRaster(1);
|
||||
{
|
||||
RasterModel *rm= md->nextRaster(md->rm());
|
||||
if(rm!=0) md->setCurrentRaster(rm->id());
|
||||
}
|
||||
}
|
||||
|
||||
void LayerDialog::meshItemClicked (QTreeWidgetItem * item , int col)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user