mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 14:15:46 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -839,7 +839,7 @@ handleTextFieldActionEvents(XEvent *event, void *data)
|
||||
event->xbutton.x);
|
||||
paintTextField(tPtr);
|
||||
}
|
||||
if (event->xbutton.button == Button2) {
|
||||
if (event->xbutton.button == Button2 && tPtr->flags.enabled) {
|
||||
char *text;
|
||||
|
||||
text = W_GetTextSelection(tPtr->view->screen, XA_PRIMARY);
|
||||
|
||||
Reference in New Issue
Block a user