diff --git a/TextEditor.cpp b/TextEditor.cpp index 8d16d619..37783231 100644 --- a/TextEditor.cpp +++ b/TextEditor.cpp @@ -42,13 +42,13 @@ TextEditor::TextEditor() , mColorRangeMax(0) , mSelectionMode(SelectionMode::Normal) , mCheckComments(true) - , mLastClick(-1.0f) , mHandleKeyboardInputs(true) , mHandleMouseInputs(true) , mIgnoreImGuiChild(false) , mShowWhitespaces(true) , mShowShortTabGlyphs(false) , mStartTime(std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count()) + , mLastClick(-1.0f) { SetPalette(GetDarkPalette()); SetLanguageDefinition(LanguageDefinition::HLSL());