source typo fixes pt4 (only on py3 merged code)
This commit is contained in:
@@ -614,7 +614,7 @@ bool ViewProviderSketch::mouseButtonPressed(int Button, bool pressed, const SbVe
|
||||
(point - prvClickPoint).length() < dblClickRadius &&
|
||||
(SbTime::getTimeOfDay() - prvClickTime).getValue() < dci) {
|
||||
|
||||
// Double Click Event Occured
|
||||
// Double Click Event Occurred
|
||||
editDoubleClicked();
|
||||
// Reset Double Click Static Variables
|
||||
prvClickTime = SbTime();
|
||||
@@ -3202,7 +3202,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
// information layer
|
||||
if(rebuildinformationlayer) {
|
||||
// everytime we start with empty information layer
|
||||
// every time we start with empty information layer
|
||||
edit->infoGroup->removeAllChildren();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user