Explorer fixed, and renamed SetProperties()

SetProperties() doesn't describe what it actually does.
Changed to:
UpdateSelected()
This commit is contained in:
MusicalProgrammer
2019-11-02 20:27:18 -04:00
parent bc8742b5f5
commit 55f59e46e0
3 changed files with 46 additions and 69 deletions

View File

@@ -4,10 +4,10 @@ class PropertyWindow {
public:
PropertyWindow(int x, int y, int sx, int sy, HMODULE hThisInstance);
bool onCreate(int x, int y, int sx, int sy, HMODULE hThisInstance);
void SetProperties(Instance *);
void UpdateSelected(Instance *);
void ClearProperties();
void onResize();
void refreshExplorer();
void refreshExplorer(Instance* selectedInstance);
HWND _hwndProp;
private:
HWND _propGrid;