Skip to content

Commit 7c6c682

Browse files
committed
[RFR] : Refactor
1 parent 2d5635f commit 7c6c682

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ImGuiFileDialog.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ class IGFD_API FileDialogInternal {
15721572
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
15731573

15741574
class IGFD_API FileDialog : public BookMarkFeature, public KeyExplorerFeature, public ThumbnailFeature {
1575-
private:
1575+
protected:
15761576
FileDialogInternal prFileDialogInternal;
15771577
ImGuiListClipper prFileListClipper;
15781578
ImGuiListClipper prPathListClipper;
@@ -1697,7 +1697,6 @@ class IGFD_API FileDialog : public BookMarkFeature, public KeyExplorerFeature, p
16971697
// others
16981698
bool prConfirm_Or_OpenOverWriteFileDialog_IfNeeded(bool vLastAction, ImGuiWindowFlags vFlags); // treatment of the result, start the confirm to overwrite dialog if needed (if defined with flag)
16991699

1700-
public:
17011700
// dialog parts
17021701
virtual void prDrawHeader(); // draw header part of the dialog (bookmark btn, dir creation, path composer, search bar)
17031702
virtual void prDrawContent(); // draw content part of the dialog (bookmark pane, file list, side pane)

0 commit comments

Comments
 (0)