Remove trailing whitespace from several files

No real changes.

See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
Jan Niklas Hasse
2018-04-11 16:15:09 +02:00
committed by Vadim Zeitlin
parent 8d02384792
commit 496da2e550
30 changed files with 134 additions and 134 deletions

View File

@@ -426,7 +426,7 @@ bool wxGenericDirCtrl::Create(wxWindow *parent,
// instead of scaling.
// if (!wxTheFileIconsTable->IsOk())
// wxTheFileIconsTable->SetSize(scaledSize);
// Meanwhile, in your application initialisation, where you have better knowledge of what
// icons are available and whether to scale, you can do this:
//
@@ -1608,7 +1608,7 @@ int wxFileIconsTable::GetIconID(const wxString& extension, const wxString& mime)
{
// Double, using normal quality scaling.
img.Rescale(2*img.GetWidth(), 2*img.GetHeight());
// Then scale to the desired size. This gives the best quality,
// and better than CreateAntialiasedBitmap.
if ((img.GetWidth() != size) || (img.GetHeight() != size))