File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ void PluginEditor::paint(Graphics& g)
426426 // This is easier than having to replicate the DnD highlight at the edge of the NVG window.
427427 if (welcomePanel->isVisible ()) {
428428 g.setColour (findColour (PlugDataColour::panelBackgroundColourId));
429- g.fillRect (workArea.withTrimmedTop (5 ). withTrimmedBottom ( 50 ) );
429+ g.fillRect (workArea.withTrimmedTop (5 ));
430430 }
431431}
432432
Original file line number Diff line number Diff line change 1414# include < raw_keyboard_input/raw_keyboard_input.cpp>
1515#endif
1616
17- #if defined(__cpp_lib_filesystem) && (!defined(__APPLE__) || __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101500)
17+ #if ( defined(__cpp_lib_filesystem) || __has_include(<filesystem>) ) && (!defined(__APPLE__) || __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 101500)
1818# include < filesystem>
1919namespace fs = std::filesystem;
2020#elif defined(__cpp_lib_experimental_filesystem)
You can’t perform that action at this time.
0 commit comments