mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 04:45:38 +00:00
Merge branch 'fix_format' into 'master'
Fix clang format See merge request OpenMW/openmw!2771
This commit is contained in:
commit
9e468e7b73
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <components/compiler/locals.hpp>
|
||||
#include <components/compiler/scanner.hpp>
|
||||
#include <components/interpreter/interpreter.hpp>
|
||||
#include "components/misc/utf8stream.hpp"
|
||||
#include <components/misc/utf8stream.hpp>
|
||||
#include <components/settings/settings.hpp>
|
||||
|
||||
#include "../mwscript/extensions.hpp"
|
||||
|
@ -158,7 +158,7 @@ namespace MWGui
|
|||
mSearchTerm->eventEditSelectAccept += newDelegate(this, &Console::acceptSearchTerm);
|
||||
mNextButton->eventMouseButtonClick += newDelegate(this, &Console::findNextOccurrence);
|
||||
mPreviousButton->eventMouseButtonClick += newDelegate(this, &Console::findPreviousOccurence);
|
||||
|
||||
|
||||
// Set up the log window
|
||||
mHistory->setOverflowToTheLeft(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue