[Gambas-user] Issue 581 in gambas: Progressbar and mouse events are gone
Brought to you by:
gambas
|
From: <ga...@go...> - 2014-11-19 14:17:03
|
Status: New Owner: ---- Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 581 by Kok...@gm...: Progressbar and mouse events are gone https://code.google.com/p/gambas/issues/detail?id=581 Progressbar doesn't raise mouse events anymore. It worked before gambas 3.6.x My system: [System] Gambas=3.6.1 OperatingSystem=Linux Kernel=3.17.3-1-ARCH Architecture=x86_64 Distribution=Arch Linux Desktop=KDE4 Theme=Oxygen Language=it_IT.utf8 Memory=3957M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.7 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+3=libgtk-3.so.0.1400.5 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.47.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 Test code: Public Sub ProgressBar1_MouseDown() Debug End Public Sub ProgressBar1_MouseDrag() Debug End -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings |