Eliminate Windows debug-mode warning
This commit is contained in:
committed by
abdullahtahiriyo
parent
fbe0b1974c
commit
adc6db8f32
@@ -228,6 +228,7 @@ void CmdSketcherNewSketch::activated(int iMsg)
|
||||
// ask user for orientation
|
||||
SketchOrientationDialog Dlg;
|
||||
|
||||
Dlg.adjustSize();
|
||||
if (Dlg.exec() != QDialog::Accepted)
|
||||
return; // canceled
|
||||
Base::Vector3d p = Dlg.Pos.getPosition();
|
||||
|
||||
Reference in New Issue
Block a user