[nostalgia/studo] Misc cleanup
This commit is contained in:
parent
959f75d2db
commit
a64aa8b586
@ -90,7 +90,7 @@ class NOSTALGIASTUDIO_EXPORT Editor: public Widget {
|
|||||||
*/
|
*/
|
||||||
virtual void saveItem();
|
virtual void saveItem();
|
||||||
|
|
||||||
// slots
|
// signals
|
||||||
public:
|
public:
|
||||||
ox::Signal<ox::Error(bool)> unsavedChangesChanged;
|
ox::Signal<ox::Error(bool)> unsavedChangesChanged;
|
||||||
ox::Signal<ox::Error(bool)> exportableChanged;
|
ox::Signal<ox::Error(bool)> exportableChanged;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2016 - 2021 gary@drinkingtea.net
|
* Copyright 2016 - 2022 gary@drinkingtea.net
|
||||||
*
|
*
|
||||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -53,7 +53,6 @@ static ox::Error run(int argc, const char **argv) noexcept {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, const char **argv) {
|
int main(int argc, const char **argv) {
|
||||||
ox::trace::init();
|
|
||||||
const auto err = nostalgia::run(argc, argv);
|
const auto err = nostalgia::run(argc, argv);
|
||||||
oxAssert(err, "Something went wrong...");
|
oxAssert(err, "Something went wrong...");
|
||||||
return static_cast<int>(err);
|
return static_cast<int>(err);
|
||||||
|
@ -87,7 +87,7 @@ void StudioUI::drawMenu() noexcept {
|
|||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
if (ImGui::BeginMenu("Module", false)) {
|
if (ImGui::BeginMenu("View", false)) {
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
if (ImGui::BeginMenu("Help")) {
|
if (ImGui::BeginMenu("Help")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user