summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r--src/PatchagePort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index a45c871..8bc06fb 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -72,7 +72,7 @@ public:
set_label(_name.c_str());
}
}
-
+
bool on_event(GdkEvent* ev) {
if (ev->type != GDK_BUTTON_PRESS || ev->button.button != 3) {
return false;