From 26b758f95504f6c1820756de26c5cc7970fdbd1a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 17 May 2004 16:18:24 +0000 Subject: INTEGRATION: CWS os17 (1.41.12); FILE MERGED 2004/04/28 10:02:52 os 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2004/04/22 15:58:41 ssa 1.41.12.1: #i20330# change default to bringing up context menus on mouse button down --- vcl/source/app/settings.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 4acf9a25a9f0..45d07e24730f 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -2,9 +2,9 @@ * * $RCSfile: settings.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: hr $ $Date: 2004-05-10 15:45:31 $ + * last change: $Author: kz $ $Date: 2004-05-17 17:18:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,7 +239,7 @@ ImplMouseData::ImplMouseData() mnDragLinkCode = KEY_SHIFT | KEY_MOD1; mnContextMenuCode = MOUSE_RIGHT; mnContextMenuClicks = 1; - mbContextMenuDown = FALSE; + mbContextMenuDown = TRUE; mnMiddleButtonAction = MOUSE_MIDDLE_AUTOSCROLL; mnScrollRepeat = 100; mnButtonStartRepeat = 370; -- cgit