Forum > GTK

Toolbar button not returning from pressed state.

(1/2) > >>

kapibara:
Toolbar buttons appear as not returned to "unpressed" state after clicking them to show a messagedialog and dialog has gone away.  When mouse pointer is moved inside main form, the toolbutton reacts and appears without the "pressed" frame around it.

Is there a workaround for this? Is it a bug?

Small demo of the problem attached.

trev:
I'm assuming Linux, but which widget set and window manager?

Zvoni:
at a guess: you're in the Click-Event calling a modal MessageDlg, which stops execution of code as long the Dialog is not answered.
Have you tried using the MouseUp-Event instead of Click?

kapibara:
Widgetset is GTK2. Window manager is KWin. (KDE Plasma default)

kapibara:
@Zvoni: this remains after the message dialog has gone away.

I tried putting the code for the dialog in the MouseUp event, but same thing happens.

Moving the mouse a little returns the button to normal.

Navigation

[0] Message Index

[#] Next page

Go to full version