mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Updated CodeEditorComponent to act as an ApplicationCommandTarget
This commit is contained in:
parent
5428554cda
commit
3831af62ef
14 changed files with 187 additions and 154 deletions
|
|
@ -259,7 +259,7 @@ void MainWindow::showNewProjectWizard()
|
|||
//==============================================================================
|
||||
ApplicationCommandTarget* MainWindow::getNextCommandTarget()
|
||||
{
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void MainWindow::getAllCommands (Array <CommandID>& commands)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue