1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
This commit is contained in:
jules 2008-06-20 17:17:18 +00:00
parent 07a23077e7
commit 05980836ce
2 changed files with 1 additions and 2 deletions

View file

@ -212,7 +212,6 @@ public:
{
tc->setVisible (false);
const int index = oldIndexes.remove (i);
owner.items.insert (index, tc);
owner.addChildComponent (tc, index);
--i;
}

View file

@ -263,7 +263,7 @@ public:
@see newOpenGLContextCreated()
*/
OpenGLContext* getCurrentContext() const throw();
OpenGLContext* getCurrentContext() const throw() { return context; }
/** Makes this component the current openGL context.