selection.cpp
changeset 460 12e763c3e486
parent 440 c6a8651e6bbc
child 492 cf60b90369a4
     1.1 --- a/selection.cpp	Sat Mar 31 09:28:27 2007 +0000
     1.2 +++ b/selection.cpp	Wed Apr 25 16:02:54 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  }