1
0
Fork 0
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:
reuk 2023-01-31 13:15:22 +00:00
parent 543b001e9c
commit f7d01e9a5e

View file

@ -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)