mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CodeEditorComponent: Remove unnecessary assertion
This commit is contained in:
parent
543b001e9c
commit
f7d01e9a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ bool CodeEditorComponent::isTextInputActive() const
|
|||
|
||||
void CodeEditorComponent::setTemporaryUnderlining (const Array<Range<int>>&)
|
||||
{
|
||||
jassertfalse; // TODO Windows IME not yet supported for this comp..
|
||||
// TODO IME composition ranges not yet supported for this component
|
||||
}
|
||||
|
||||
void CodeEditorComponent::setLineNumbersShown (const bool shouldBeShown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue