diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:02:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-17 13:02:57 (GMT) |
commit | a983245e41399dd76602e12f17bc3170de207680 (patch) | |
tree | 259f9d0d5c7d566b56ccbd47b46ed7d05ac528c5 /win/tkWinEmbed.c | |
parent | c7155c6da59086934fe2e1567f5c3b0335a5b693 (diff) | |
download | tk-a983245e41399dd76602e12f17bc3170de207680.zip tk-a983245e41399dd76602e12f17bc3170de207680.tar.gz tk-a983245e41399dd76602e12f17bc3170de207680.tar.bz2 |
Move scrollbar sanity checks from platform-code to generic. Fix indenting in win/* files
Diffstat (limited to 'win/tkWinEmbed.c')
-rw-r--r-- | win/tkWinEmbed.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tkWinEmbed.c b/win/tkWinEmbed.c index 0a2b543..34cd8ca 100644 --- a/win/tkWinEmbed.c +++ b/win/tkWinEmbed.c @@ -862,12 +862,12 @@ ContainerEventProc( if (eventPtr->type == ConfigureNotify) { /* - * Send a ConfigureNotify to the embedded application. - */ + * Send a ConfigureNotify to the embedded application. + */ - if (containerPtr->embeddedPtr != NULL) { - TkDoConfigureNotify(containerPtr->embeddedPtr); - } + if (containerPtr->embeddedPtr != NULL) { + TkDoConfigureNotify(containerPtr->embeddedPtr); + } /* * Resize the embedded window, if there is any. |