From 8b5421290027ab67cba25225111e3561ddd7af07 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 May 2008 12:48:06 +0000 Subject: (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. --- src/transparency_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transparency_gui.cpp') diff --git a/src/transparency_gui.cpp b/src/transparency_gui.cpp index f1e0d52fa..33ace7898 100644 --- a/src/transparency_gui.cpp +++ b/src/transparency_gui.cpp @@ -49,7 +49,7 @@ public: this->SetWidgetLoweredState(i, IsTransparencySet((TransparencyOption)(i - TTW_WIDGET_SIGNS))); } - DrawWindowWidgets(this); + this->DrawWidgets(); for (uint i = TO_SIGNS; i < TO_END; i++) { if (HasBit(_transparency_lock, i)) DrawSprite(SPR_LOCK, PAL_NONE, this->widget[TTW_WIDGET_SIGNS + i].left + 1, this->widget[TTW_WIDGET_SIGNS + i].top + 1); } -- cgit v1.2.3-70-g09d2