Summary: | [GTK] Fix scrollbars mis-positioning. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Xan Lopez <xan.lopez> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | ||||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Linux | ||||||||
Attachments: |
|
Description
Xan Lopez
2009-01-29 09:10:06 PST
Created attachment 27149 [details]
Fix scrollbars mispositioning.
Created attachment 27313 [details]
Second try
Alternatively you can remove the entire if () {} and always set the value. Currently we would call gtk_adjustment_changed twice... (In reply to comment #3) > Alternatively you can remove the entire if () {} and always set the value. > Currently we would call gtk_adjustment_changed twice... > It's not the same function. One is gtk_adjustment_changed, and the other gtk_adjustment_VALUE_changed. The first is used when the adj parameters change, the second when the actual value changes. |