Got template help show/hide working (I had been hiding the wrong widget)

This commit is contained in:
Scott Gilbertson
2024-02-03 13:13:25 -05:00
parent bfcfaca0ba
commit 7632d0df7c
2 changed files with 8 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ class BatchQueuePanel : public Gtk::Box,
RTWindow* parent;
BatchQueue* batchQueue;
Gtk::TextView* templateHelpTextView;
Gtk::ScrolledWindow* scrolledTemplateHelpWindow;
Gtk::Box* bottomBox;
Gtk::Box* topBox;
Gtk::Paned* middleSplitPane;