Move creating custom bitmaps of wxGenericColourDialog into separate function

This commit is contained in:
Maarten Bent
2020-07-31 00:06:35 +02:00
parent a54b4073f9
commit 9e2615ac06
2 changed files with 37 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ public:
void OnCloseWindow(wxCloseEvent& event);
#if wxCLRDLGG_USE_PREVIEW_WITH_ALPHA
virtual void CreateCustomBitmaps();
void DoPreviewBitmap(wxBitmap& bmp, const wxColour& colour);
#endif // wxCLRDLGG_USE_PREVIEW_WITH_ALPHA