From kde-core-devel Fri Sep 22 08:29:01 2000 From: Espen Sand Date: Fri, 22 Sep 2000 08:29:01 +0000 To: kde-core-devel Subject: Re: RMB on mousepress (i.o mouserelease) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96961148816318 On Thu, 21 Sep 2000, Waldo Bastian wrote: > On Thu, 21 Sep 2000, Richard Moore wrote: > > Waldo Bastian wrote: > > > The following patch makes the RMB menu of systemtray applets appear on a > > > mousepress instead of a mouserelease. > > > > They should obey the global setting rather than hard code it. > > What's the use of having a setting for that??? It's not that it doesn't work > when you click instead of press. klistview seems to be the only widget in all > of Qt/KDE that uses this btw. hmmff, snip from khexedit/hexviewwidget.cc if( KContextMenuManager::showOnButtonPress() == false && mDocumentMenu != 0 ) { mDocumentMenu->popup( e->globalPos() ); } > > I suggest we remove this setting. > -- Espen Sand