From b7a0c4fa7e75e2ea3f8124e531ba9683690ed499 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 8 Mar 2026 21:20:30 -0400 Subject: [PATCH] conductor(plan): Add PopStyleColor crash fix to plan --- conductor/tracks/log_session_overhaul_20260308/plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conductor/tracks/log_session_overhaul_20260308/plan.md b/conductor/tracks/log_session_overhaul_20260308/plan.md index 5e19df9..dc26814 100644 --- a/conductor/tracks/log_session_overhaul_20260308/plan.md +++ b/conductor/tracks/log_session_overhaul_20260308/plan.md @@ -20,6 +20,7 @@ - [x] In `src/gui_2.py`, implement logic to tint the UI (as already partially done for comms) when `is_viewing_prior_session` is True. - [x] Populate `disc_entries`, `_comms_log`, and MMA Dashboard states from the loaded session logs. - [x] Harden `cb_load_prior_log` for legacy compatibility and reference resolution. bbe0209 + - [x] Fix `PopStyleColor()` crash in `_gui_func` using frame-scoped flag. 27b98ff - [ ] Task: Conductor - User Manual Verification 'Phase 2: Session-Level Restoration' (Protocol in workflow.md) ## Phase 3: Diagnostic Log & Discussion Cleanup