Initial version of blueprints (copy/paste)
This commit is contained in:
+1
-1
@@ -2415,7 +2415,7 @@ bool HandleViewportClicked(const ViewPort *vp, int x, int y, bool double_click)
|
||||
}
|
||||
|
||||
/* Vehicle placement mode already handled above. */
|
||||
if ((_thd.place_mode & HT_DRAG_MASK) != HT_NONE) {
|
||||
if ((_thd.place_mode & HT_DRAG_MASK) != HT_NONE || _thd.place_mode == CM_HT_BLUEPRINT_PLACE) {
|
||||
if (_thd.place_mode & HT_POLY) {
|
||||
/* In polyline mode double-clicking on a single white line, finishes current polyline.
|
||||
* If however the user double-clicks on a line that has a white and a blue section,
|
||||
|
||||
Reference in New Issue
Block a user