summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/PatchCanvas.cpp4
-rw-r--r--src/gui/PatchWindow.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/PatchCanvas.cpp b/src/gui/PatchCanvas.cpp
index 47cd552b..8b2660c6 100644
--- a/src/gui/PatchCanvas.cpp
+++ b/src/gui/PatchCanvas.cpp
@@ -621,11 +621,11 @@ destroy_module(GanvNode* node, void* data)
if (!GANV_IS_MODULE(node)) {
return;
}
-
+
App* app = (App*)data;
Ganv::Module* module = Glib::wrap(GANV_MODULE(node));
NodeModule* node_module = dynamic_cast<NodeModule*>(module);
-
+
if (node_module) {
app->engine()->del(node_module->node()->path());
} else {
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp
index da0fe769..bdda7b54 100644
--- a/src/gui/PatchWindow.cpp
+++ b/src/gui/PatchWindow.cpp
@@ -336,7 +336,7 @@ PatchWindow::hide_documentation()
_doc_scrolledwindow->remove();
_doc_scrolledwindow->hide();
}
-
+
void
PatchWindow::show_status(const ObjectModel* model)
{