Skip to content
Snippets Groups Projects
Commit b90f26ac authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

i <3 u LLFloater

parent 89e36fe9
No related branches found
No related tags found
No related merge requests found
...@@ -303,10 +303,10 @@ class LLFloater : public LLPanel, public LLInstanceTracker<LLFloater> ...@@ -303,10 +303,10 @@ class LLFloater : public LLPanel, public LLInstanceTracker<LLFloater>
BOOL handleScrollWheel(S32 x, S32 y, S32 mask) override; BOOL handleScrollWheel(S32 x, S32 y, S32 mask) override;
void draw() override; virtual void draw() override;
virtual void drawShadow(LLPanel* panel); virtual void drawShadow(LLPanel* panel);
void onOpen(const LLSD& key) override {} virtual void onOpen(const LLSD& key) override {}
virtual void onClose(bool app_quitting) {} virtual void onClose(bool app_quitting) {}
// This cannot be "const" until all derived floater canClose() // This cannot be "const" until all derived floater canClose()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment