Skip to content

fix(main window): wire Instrument Precision and Tissue Analysis buttons to their own handlers - #22

Open
mberglof wants to merge 2 commits into
danielfppps:masterfrom
Fulhack:master
Open

fix(main window): wire Instrument Precision and Tissue Analysis buttons to their own handlers#22
mberglof wants to merge 2 commits into
danielfppps:masterfrom
Fulhack:master

Conversation

@mberglof

Copy link
Copy Markdown

Summary

Both the "Set Instrument Precision Values" (Button9) and "Tissue Analysis"
(Button21) buttons opened the Tissue Analysis window since v1.99 — a
copy-paste left behind when that feature was added (Fulhack@f9bc066). The Instrument
Precision dialogue (Form7) became unreachable from the UI.
This change resolves issue #15 .

Changes

hb_main.pas: restore Button9Click to open hb_insprecision.Form7;
add new Button21Click (declared in TForm1) for the Tissue Analysis window.
hb_main.lfm: point Button21's OnClick at Button21Click.

Testing

Built with Fulhack/hydrobuddy-builder (lazbuild 3.2.2); verified both buttons now open their intended dialogues.

mberglof and others added 2 commits August 26, 2026 11:48
…utton9 handler; Instrument Precision was unreachable
…_error

fix(main window): wire Instrument Precision and Tissue Analysis buttons to their own handlers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant