Re: SpinButton too sensitive (SOLVED)
- From: Kevin Ryde <user42 zip com au>
- To: Pelle Nilsson <pellenilsson fastmail fm>
- Cc: gtk-perl-list gnome org
- Subject: Re: SpinButton too sensitive (SOLVED)
- Date: Tue, 25 May 2010 08:04:46 +1000
Pelle Nilsson <pellenilsson fastmail fm> writes:
$filter_rating->signal_connect(value_changed => sub {
$filter_rating_update_needed = TRUE;
Glib::Idle->add(sub {
Or don't do a second idle->add() if the flag is already set ...
The default idle priority is probably about right, as it should be after
GDK_PRIORITY_REDRAW.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]