mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 00:24:38 +00:00
added init of curfaceptr (double info bug)
This commit is contained in:
parent
870a28e2ac
commit
ea75e062e4
@ -34,7 +34,6 @@ $Log: meshedit.cpp,v $
|
||||
using namespace vcg;
|
||||
|
||||
SampleEditPlugin::SampleEditPlugin() {
|
||||
curFacePtr=0;
|
||||
qFont.setFamily("Helvetica");
|
||||
qFont.setPixelSize(10);
|
||||
|
||||
@ -128,6 +127,7 @@ void SampleEditPlugin::drawFace(CMeshO::FacePointer fp, MeshModel &m, GLArea * g
|
||||
|
||||
void SampleEditPlugin::StartEdit(QAction * /*mode*/, MeshModel &/*m*/, GLArea *gla )
|
||||
{
|
||||
curFacePtr=0;
|
||||
gla->setCursor(QCursor(QPixmap(":/images/cur_info.png"),1,1));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user