Issue 1867: don't use FileChooserButton action_select_folder on Linux and OS X due to buggy GTK (2.4.22 at time of commit). Unchanged code on Windows (works better there)
This commit is contained in:
@@ -39,6 +39,7 @@ class BatchQueuePanel : public Gtk::VBox,
|
||||
|
||||
Gtk::Entry* outdirTemplate;
|
||||
MyFileChooserButton* outdirFolder;
|
||||
Gtk::Button* outdirFolderButton;
|
||||
Gtk::RadioButton* useTemplate;
|
||||
Gtk::RadioButton* useFolder;
|
||||
SaveFormatPanel* saveFormatPanel;
|
||||
@@ -66,6 +67,7 @@ class BatchQueuePanel : public Gtk::VBox,
|
||||
|
||||
void saveOptions ();
|
||||
void pathFolderChanged ();
|
||||
void pathFolderButtonPressed ();
|
||||
void formatChanged (Glib::ustring f);
|
||||
void updateTab (int qsize);
|
||||
|
||||
|
Reference in New Issue
Block a user