X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=ac7b42de8b395f178fd8a7a33879ed9a6423918f;hb=ed5a795f1fd2d48a1372d46c06d86d2faab7e3c4;hp=d9567731dc917532aaa6e6902aac7171e10ee579;hpb=436a9fbb93a26d17c80eae4b8bbe79dabfc44099;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index d9567731..ac7b42de 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7318,7 +7318,7 @@ static void DrawDrawingWindow() stick_element_properties_window = FALSE; SetMainBackgroundImage(IMG_UNDEFINED); - ClearWindow(); + ClearField(); UnmapLevelEditorWindowGadgets(); UnmapLevelEditorToolboxCustomGadgets(); @@ -7341,7 +7341,7 @@ static void DrawLevelInfoWindow() stick_element_properties_window = FALSE; SetMainBackgroundImage(IMG_BACKGROUND_EDITOR); - ClearWindow(); + ClearField(); UnmapLevelEditorWindowGadgets(); #if 0 @@ -8311,7 +8311,7 @@ static void DrawPropertiesWindow() MapLevelEditorToolboxCustomGadgets(); SetMainBackgroundImage(IMG_BACKGROUND_EDITOR); - ClearWindow(); + ClearField(); #if 0 DrawTextSCentered(ED_SETTINGS1_YPOS, FONT_TITLE_1, "Element Settings");