tomas-nestorovic / RIDE

Windows tool for low-level access to any floppy disks, and comfortable high-level access to some legacy filesystems (ZX Spectrum, MS-DOS, etc.).
https://nestorovic.hyperlink.cz/ride/html/index.html
56 stars 0 forks source link

Putting dialog-related utility stuff into separate class #58

Closed tomas-nestorovic closed 4 years ago

tomas-nestorovic commented 4 years ago

The Utils namespace currently contains many separate assets and functionalities that relate to dialogs - population of combo-box with data, or drawing of curly brackets, to name some. For better organization and clearer usage, all dialog-related stuff should be put into a common (possibly abstract) dialog class CRideDialog, and existing code modified so that it makes use of this new base class.