Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Rolf Eike Beer
kdevelop
Commits
2a165950
Commit
2a165950
authored
Dec 13, 2000
by
Christian Couder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a bug with high screen resolution, thanks to Pascal Francq.
parent
be070431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
kdevelop/kwrite/kwview.cpp
kdevelop/kwrite/kwview.cpp
+2
-0
No files found.
kdevelop/kwrite/kwview.cpp
View file @
2a165950
...
...
@@ -1346,6 +1346,8 @@ void KWriteView::resizeEvent(QResizeEvent *) {
// printf("KWriteView::resize\n");
resizeBuffer
(
this
,
width
(),
kWriteDoc
->
fontHeight
);
QWidget
::
update
();
leftBorder
->
resize
(
leftBorder
->
width
(),
height
());
}
void
KWriteView
::
timerEvent
(
QTimerEvent
*
e
)
{
...
...
Write
Preview
Markdown
is supported
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