mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Intrijucer: fixed an opacity assertion.
This commit is contained in:
parent
71c3ecaf17
commit
134e1cd1c2
1 changed files with 0 additions and 2 deletions
|
|
@ -117,8 +117,6 @@ void SourceCodeDocument::applyLastState (CodeEditorComponent& editor) const
|
|||
SourceCodeEditor::SourceCodeEditor (OpenDocumentManager::Document* doc, CodeDocument& codeDocument)
|
||||
: DocumentEditorComponent (doc)
|
||||
{
|
||||
setOpaque (true);
|
||||
|
||||
if (document->getFile().hasFileExtension (sourceOrHeaderFileExtensions))
|
||||
setEditor (new CppCodeEditorComponent (document->getFile(), codeDocument));
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue