selection.cpp
changeset 490 a6499713d8ae
parent 440 c6a8651e6bbc
child 492 cf60b90369a4
     1.1 --- a/selection.cpp	Sat Mar 31 09:28:27 2007 +0000
     1.2 +++ b/selection.cpp	Thu May 17 20:19:03 2007 +0000
     1.3 @@ -71,8 +71,10 @@
     1.4  		QPen(color),
     1.5  		color);
     1.6  	sb->setZValue(Z_SELBOX);
     1.7 +	sb->show();
     1.8  	selboxList.append (sb);
     1.9  	lmo->select();
    1.10 +	update();
    1.11  	mainWindow->updateSatellites (mapEditor);	// update branchPropWindow...
    1.12  	return true;
    1.13  }