Bug #45
main window does not refresh during resizing
Status: | Closed | Start date: | 05/11/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | I. Denisov | % Done: | 0% | |
Category: | - | |||
Target version: | 1.7 | |||
Forum topic: |
Description
Main window is not updating when its size is changing.
The fix provided by adding two flags 0 & 1 in CreateMainWindows procedure of HostWindows.
class.style := {0, 1, 3, 5}; (* vredraw, hredraw, doubleclicks, privat dc *)
Reported by Boris Ilov, 2013-08-26.
http://forum.oberoncore.ru/viewtopic.php?f=131&t=3470&p=83504&hilit=class.style#p83504
Refers to CPC 1.7 rc5 change list number 45.
Associated revisions
Redraw main window when is resizing. Refs: #45
Symbolic names for main window style flags. Refs: #45
History
#1 Updated by I. Denisov over 4 years ago
- Description updated (diff)
#2 Updated by I. Denisov over 4 years ago
- File issue45.png added
#3 Updated by I. Denisov over 4 years ago
- Subject changed from refresh window when it was resized to main window is not refreshing during resizing
#4 Updated by I. Denisov over 4 years ago
- Description updated (diff)
#5 Updated by I. Denisov over 4 years ago
- Subject changed from main window is not refreshing during resizing to main window does not refresh during resizing
#6 Updated by J. Templ over 4 years ago
- Description updated (diff)
- Status changed from New to Closed