Skip to content

Commit

Permalink
GLView: set initial state to enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fo76utils committed Feb 11, 2025
1 parent 5300f29 commit cc4faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glview.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ protected slots:
QPersistentModelIndex iDragTarget;
QString fnDragTex, fnDragTexOrg;

bool isDisabled = true;
bool isDisabled = false;
bool doCompile = false;
bool doCenter = false;
unsigned char updatePending = 0;
Expand Down

0 comments on commit cc4faef

Please sign in to comment.