1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Fixed a TabbedComponent bug. Fixed fallback fonts on win32.

This commit is contained in:
Julian Storer 2010-11-05 10:21:28 +00:00
parent 030489f086
commit aa71477712
24 changed files with 1097 additions and 1154 deletions

View file

@ -72,10 +72,6 @@ public:
setAlwaysOnTop (true); // for a plugin, make it always-on-top because the host windows are often top-level
}
~TempDialogWindow()
{
}
void closeButtonPressed()
{
setVisible (false);
@ -84,7 +80,6 @@ public:
private:
TempDialogWindow (const TempDialogWindow&);
TempDialogWindow& operator= (const TempDialogWindow&);
};
int DialogWindow::showModalDialog (const String& dialogTitle,