mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Added a sort method to the TreeView class.
This commit is contained in:
parent
22ecd45505
commit
fe4a37ef49
6 changed files with 84 additions and 8 deletions
|
|
@ -640,8 +640,8 @@ void EdgeTable::excludeRectangle (const Rectangle& r) throw()
|
|||
|
||||
//XXX optimise here by shortening the table if it fills top or bottom
|
||||
|
||||
const int rectLine[] = { 4, std::numeric_limits<int>::min(), 255,
|
||||
clipped.getX() << 8, 0,
|
||||
const int rectLine[] = { 4, std::numeric_limits<int>::min(), 255,
|
||||
clipped.getX() << 8, 0,
|
||||
clipped.getRight() << 8, 255,
|
||||
std::numeric_limits<int>::max(), 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue