diff options
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 386a0bff4..c8a753995 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1099,7 +1099,7 @@ gint ScintillaGTK::PressThis(GdkEventButton *event) {  		SetSelection(pos, pos);  		gtk_selection_convert(GTK_WIDGET(PWidget(wMain)), GDK_SELECTION_PRIMARY,  		                      gdk_atom_intern("STRING", FALSE), event->time); -	} else if (event->button == 3 && displayPopupMenu) { +	} else if (event->button == 3) {  		// PopUp menu  		// Convert to screen  		int ox = 0;  | 
