svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
669 stars 177 forks source link

Info Box Is Not Removed When Disabled #355

Closed bryandam closed 1 year ago

bryandam commented 1 year ago

Describe the bug The Info Box is sometimes poorly placed in the top right of the work area. Maybe there's a way to relocate it but I couldn't find how to do so. image

If you disable this in the View options it just becomes plain white box. As does the work position box by the cursor: image

This is particularly problematic because, as described in #354, the view gets reset every time an object is transformed putting the info box on top of the work area. To Reproduce Using 1.7.0.2 Steps to reproduce the behavior: Disable View > Info Box

Expected behavior Info Box is entirely removed from the work area UI when that option is disabled.

svenhb commented 1 year ago

I never checked this combination (Show machine limits, hide info). Will fix this.

svenhb commented 1 year ago

Is fixed here; https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter_Setup_1_7_0_2_b.exe

bryandam commented 1 year ago

Awesome, can confirm this is fixed. Thanks Sven!