Fix external editor button updates

Make sure the pop-up button is updated in both multiple editors modes.
This commit is contained in:
Lawrence Lee
2023-08-06 16:44:54 -07:00
parent 0052f08e94
commit 548907da34
6 changed files with 41 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
#include <set>
#include <gtkmm.h>
#include <sigc++/signal.h>
#if defined(__APPLE__)
#include <gtkosxapplication.h>
@@ -48,6 +49,8 @@ private:
std::set<Glib::ustring> filesEdited;
std::map<Glib::ustring, EditorPanel*> epanels;
sigc::signal<void> externalEditorChangedSignal;
Splash* splash;
Gtk::ProgressBar prProgBar;
PLDBridge* pldBridge;