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:
parent
030489f086
commit
aa71477712
24 changed files with 1097 additions and 1154 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue