overlay scrollbars crash my program
Bug #908618 reported by
mike morrison
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
overlay-scrollbar (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
my program calls gdk_window_
the overlay scrollbar also calls gdk_window_
i imagine this is causing a lot of the crashes suggested above in the "Do any of the following bugs describe the bug you're trying to report?" list.
i'll submit a patch.
description: | updated |
Changed in overlay-scrollbar (Ubuntu): | |
assignee: | nobody → Andrea Cimitan (cimi) |
importance: | Undecided → High |
Changed in overlay-scrollbar (Ubuntu): | |
status: | New → Triaged |
Changed in overlay-scrollbar (Ubuntu): | |
status: | Triaged → Confirmed |
Changed in overlay-scrollbar (Ubuntu): | |
assignee: | Andrea Cimitan (cimi) → nobody |
To post a comment you must log in.
this patch modifies change_state_cb() by wrapping the call to draw_pager() in gdk_threads_enter() and gdk_threads_leave()