mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Minor fixes for File::isAChildOf(), NPAPI window sizing, CodeDocument syntax parsing, and the amalgamated template file.
This commit is contained in:
parent
1376cfd603
commit
cb00274427
6 changed files with 16 additions and 5 deletions
|
|
@ -355,6 +355,7 @@ private:
|
|||
return 1;
|
||||
|
||||
case WM_WINDOWPOSCHANGING:
|
||||
case WM_WINDOWPOSCHANGED:
|
||||
if ((((WINDOWPOS*) lParam)->flags & SWP_NOSIZE) == 0)
|
||||
{
|
||||
BrowserPluginHolderComponent* const comp = (BrowserPluginHolderComponent*) GetWindowLongPtr (hWnd, GWL_USERDATA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue