mirror of
https://github.com/edubart/otclient.git
synced 2025-12-24 16:57:11 +01:00
graphics fixes and improvements
This commit is contained in:
@@ -52,9 +52,9 @@ public:
|
||||
virtual ~UIWidget();
|
||||
|
||||
protected:
|
||||
virtual void draw(const Rect& visibleRect, bool foregroundPane);
|
||||
virtual void drawSelf(bool foregroundPane);
|
||||
virtual void drawChildren(const Rect& visibleRect, bool foregroundPane);
|
||||
virtual void draw(const Rect& visibleRect, Fw::DrawPane drawPane);
|
||||
virtual void drawSelf(Fw::DrawPane drawPane);
|
||||
virtual void drawChildren(const Rect& visibleRect, Fw::DrawPane drawPane);
|
||||
|
||||
friend class UIManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user