Removed unnecessary bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 382 B |
Binary file not shown.
Before Width: | Height: | Size: 382 B |
Binary file not shown.
Before Width: | Height: | Size: 382 B |
Binary file not shown.
Before Width: | Height: | Size: 382 B |
Binary file not shown.
Before Width: | Height: | Size: 382 B |
@@ -80,21 +80,12 @@ void EditorToolPalette::SetSize(int x, int y, int width, int height, int sizeFla
|
|||||||
|
|
||||||
EditorToolPalette *MyApp::CreatePalette(wxFrame *parent)
|
EditorToolPalette *MyApp::CreatePalette(wxFrame *parent)
|
||||||
{
|
{
|
||||||
// Load palette bitmaps. MSW-specific bitmaps no
|
// Load palette bitmaps.
|
||||||
// longer needed.
|
|
||||||
#if 0
|
|
||||||
wxBitmap PaletteTool1(_T("TOOL1"));
|
|
||||||
wxBitmap PaletteTool2(_T("TOOL2"));
|
|
||||||
wxBitmap PaletteTool3(_T("TOOL3"));
|
|
||||||
wxBitmap PaletteTool4(_T("TOOL4"));
|
|
||||||
wxBitmap PaletteArrow(_T("ARROWTOOL"));
|
|
||||||
#else
|
|
||||||
wxBitmap PaletteTool1(tool1_xpm);
|
wxBitmap PaletteTool1(tool1_xpm);
|
||||||
wxBitmap PaletteTool2(tool2_xpm);
|
wxBitmap PaletteTool2(tool2_xpm);
|
||||||
wxBitmap PaletteTool3(tool3_xpm);
|
wxBitmap PaletteTool3(tool3_xpm);
|
||||||
wxBitmap PaletteTool4(tool4_xpm);
|
wxBitmap PaletteTool4(tool4_xpm);
|
||||||
wxBitmap PaletteArrow(arrow_xpm);
|
wxBitmap PaletteArrow(arrow_xpm);
|
||||||
#endif
|
|
||||||
|
|
||||||
EditorToolPalette *palette = new EditorToolPalette(parent, wxPoint(0, 0), wxDefaultSize,
|
EditorToolPalette *palette = new EditorToolPalette(parent, wxPoint(0, 0), wxDefaultSize,
|
||||||
wxTB_VERTICAL);
|
wxTB_VERTICAL);
|
||||||
|
Reference in New Issue
Block a user