mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Rebuilt the docs including a couple of missing classes; tweaked WebBrowserComponent to make page unloading optional; small efficiency improvement to ThreadPool
This commit is contained in:
parent
f72563d6c7
commit
54831605c3
10 changed files with 58 additions and 41 deletions
|
|
@ -657,8 +657,6 @@ void TableHeaderComponent::mouseDrag (const MouseEvent& e)
|
|||
{
|
||||
if (e.y >= -50 && e.y < getHeight() + 50)
|
||||
{
|
||||
beginDrag (e);
|
||||
|
||||
if (dragOverlayComp != 0)
|
||||
{
|
||||
dragOverlayComp->setVisible (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue