1
0
Fork 0
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:
Julian Storer 2010-02-11 11:07:03 +00:00
parent 1376cfd603
commit cb00274427
6 changed files with 16 additions and 5 deletions

View file

@ -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);