Skip to content

Commit

Permalink
fix(option): results tree is invalid
Browse files Browse the repository at this point in the history
solve:
record pressed button inside bpanel,
use it to decise situation
  • Loading branch information
jackusay committed Oct 3, 2024
1 parent a5c2ca5 commit 1bebe20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cd_fif4.py
Original file line number Diff line number Diff line change
Expand Up @@ -3712,6 +3712,8 @@ def show_results(self, ed_:app.Editor, rp_opts=None): #NOTE: results
pass; log__('trfm,shcw,relp,finl,ftim,root={}',(trfm,shcw,relp,finl,ftim,root) ,__=(log4fun,Reporter.log4cls)) if _log4mod>=0 else 0

# Prepare Results tree
if bpanel.click_fict_or_fiat:
trfm = TRFM_P_LL #bpanel need default format
tree = self.build_tree(trfm)
pass; trfm = trfm if tree else TRFM_PLL
pass; tree = tree if tree else self.build_tree(TRFM_PLL)
Expand Down

0 comments on commit 1bebe20

Please sign in to comment.