mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
corrected bug on window closing when more than two glarea were opened
This commit is contained in:
parent
98d97d0b2f
commit
5f56b6048e
@ -76,7 +76,7 @@ public slots:
|
||||
void delCurrentRaster();
|
||||
void endEdit();
|
||||
void updateCustomSettings();
|
||||
void updateDocumentScriptBindings() {PM.updateDocumentScriptBindings(*meshDoc());};
|
||||
void updateDocumentScriptBindings() {if(currentViewContainer()) PM.updateDocumentScriptBindings(*meshDoc());};
|
||||
|
||||
private slots:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user