TextView: include re-arrange style fix
* Put #include TextView.h first as our style guide suggests. * Put #include <new> in it's own C++ includes section * also remove an extra newline
This commit is contained in:
parent
b55f61d65c
commit
1d1e61bb39
@ -22,9 +22,13 @@
|
||||
// Known Bugs:
|
||||
// - Double buffering doesn't work well (disabled by default)
|
||||
|
||||
|
||||
#include <TextView.h>
|
||||
|
||||
#include <new>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
#include <Application.h>
|
||||
#include <Beep.h>
|
||||
@ -42,7 +46,6 @@
|
||||
#include <Region.h>
|
||||
#include <ScrollBar.h>
|
||||
#include <SystemCatalog.h>
|
||||
#include <TextView.h>
|
||||
#include <Window.h>
|
||||
|
||||
#include <binary_compatibility/Interface.h>
|
||||
@ -589,7 +592,6 @@ BTextView::MouseDown(BPoint where)
|
||||
clickSpeed, 1);
|
||||
}
|
||||
|
||||
|
||||
if (!fSelectable) {
|
||||
_StopMouseTracking();
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user