Remove trailing whitespace from several files
No real changes. See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
committed by
Vadim Zeitlin
parent
8d02384792
commit
496da2e550
@@ -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))
|
||||
|
Reference in New Issue
Block a user