Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Pim
Commits
e0e3e131
Commit
e0e3e131
authored
Oct 19, 2013
by
Sergio Martins
Browse files
Don't flicker when checking/unchecking calendars.
BUG: 326095
parent
2dad9927
Changes
1
Show whitespace changes
Inline
Side-by-side
calendarviews/multiagenda/multiagendaview.cpp
View file @
e0e3e131
...
...
@@ -264,7 +264,7 @@ void MultiAgendaView::recreateViews()
connect
(
d
->
mScrollBar
,
SIGNAL
(
valueChanged
(
int
)),
timeLabel
->
verticalScrollBar
(),
SLOT
(
setValue
(
int
))
);
QTimer
::
singleShot
(
0
,
this
,
SLOT
(
resizeSplitters
(
))
);
resizeSplitters
();
QTimer
::
singleShot
(
0
,
this
,
SLOT
(
setupScrollBar
())
);
d
->
mTimeLabelsZone
->
updateTimeLabelsPosition
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment