Changeset 1767 for trunk/gsinstaller


Ignore:
Timestamp:
2000-12-08T04:18:08+13:00 (23 years ago)
Author:
cs025
Message:

Fixes fault in Windows 3.1 caused by lack of explicit closure of the progress
window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/copyProgress.cpp

    r1536 r1767  
    100100  dy = (sy - 80) >> 1;
    101101
     102
    102103    this->progressParent    = CreateWindowEx(   WS_EX_APPWINDOW, "CopyProgressBar",
    103104                                                                                "GreenStone Installer", WS_VISIBLE,
     
    112113
    113114void copyProgressBar::close()
    114 { return;
     115{ // return;
    115116    ShowWindow(this->progressBar, SW_HIDE);
    116117    DestroyWindow(this->progressBar);
Note: See TracChangeset for help on using the changeset viewer.