Move wxComboBox to wxBitmapComboBox in hopes it will work better.

(Not sure if it solves the MSW issues yet, but at least it highlights
the items in the dropdown on rollover on OSX.)

Also added some text to the dropdown menu for intersheet references in
the PDF.
This commit is contained in:
Jeff Young
2022-08-28 12:05:27 +01:00
parent 11a96252db
commit 95fd7cb80a
6 changed files with 119 additions and 109 deletions
+1 -1
View File
@@ -978,7 +978,7 @@ bool PDF_PLOTTER::EndPlot()
for( const std::pair<wxString, int>& page : pages )
{
js += wxString::Format( wxT( "{ cName: '%s', cReturn: '%d' }, " ),
page.first,
wxString::Format( _( "Show Page %s" ), page.first ),
page.second );
}