mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
This commit is contained in:
parent
07a23077e7
commit
05980836ce
2 changed files with 1 additions and 2 deletions
|
|
@ -212,7 +212,6 @@ public:
|
|||
{
|
||||
tc->setVisible (false);
|
||||
const int index = oldIndexes.remove (i);
|
||||
owner.items.insert (index, tc);
|
||||
owner.addChildComponent (tc, index);
|
||||
--i;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ public:
|
|||
|
||||
@see newOpenGLContextCreated()
|
||||
*/
|
||||
OpenGLContext* getCurrentContext() const throw();
|
||||
OpenGLContext* getCurrentContext() const throw() { return context; }
|
||||
|
||||
/** Makes this component the current openGL context.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue