kopia lustrzana https://github.com/jameshball/osci-render
Modify tooltip to include instructions on how to clear console from Lua
rodzic
beca0215cb
commit
35cf8d7942
|
@ -20,7 +20,7 @@ LuaConsole::LuaConsole() {
|
||||||
addAndMakeVisible(pauseConsoleButton);
|
addAndMakeVisible(pauseConsoleButton);
|
||||||
addAndMakeVisible(emptyConsoleLabel);
|
addAndMakeVisible(emptyConsoleLabel);
|
||||||
|
|
||||||
clearConsoleButton.setTooltip("Clear console output.");
|
clearConsoleButton.setTooltip("Clear console output. You can clear the console from Lua with the clear() function.");
|
||||||
|
|
||||||
pauseConsoleButton.setTooltip("Pause console output, and show a scrollbar to navigate through the console history.");
|
pauseConsoleButton.setTooltip("Pause console output, and show a scrollbar to navigate through the console history.");
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue