DanielKote / Foreman2

Visual planning tool for Factorio
Other
158 stars 14 forks source link

Issue with big number of components #43

Closed mrozpara closed 1 year ago

mrozpara commented 1 year ago

In case of PY and some recepies the size of BaseNodeElement is too big - not able to drag/tooltip not being displayed.

Solution: modify: public BaseNodeElement GetNodeAtPoint(Point point) (ProductionGraphViewer) initial size of search area: Rectangle initialCheckZone = new Rectangle(point.X - 400, point.Y - 150, 800, 300);

bizarro420 commented 1 year ago

Yeah with some of the later science packs cant link to the outer items. Seems to be around 11/12 items before unable to click on outermost most ones

mrozpara commented 1 year ago

as quick work-around: link/click on items closer to middle and later move connected source/passtrough to the side. It will change order of items and enable other items