revert: remove protected mode
protected mode is designed for borderless and transparent window. it is not suit for the goal of this fork.
This commit is contained in:
@@ -61,7 +61,6 @@ protected slots:
|
||||
void centerWindow();
|
||||
void closeWindow();
|
||||
void updateWidgetsPosition();
|
||||
void toggleProtectedMode();
|
||||
void toggleAvoidResetTransform();
|
||||
bool canPaste() const;
|
||||
void quitAppAction(bool force = false);
|
||||
@@ -95,7 +94,6 @@ private slots:
|
||||
void on_actionCopyFilePath_triggered();
|
||||
void on_actionPaste_triggered();
|
||||
void on_actionTrash_triggered();
|
||||
void on_actionToggleProtectMode_triggered();
|
||||
void on_actionToggleAvoidResetTransform_triggered();
|
||||
void on_actionSettings_triggered();
|
||||
void on_actionHelp_triggered();
|
||||
@@ -118,7 +116,6 @@ private:
|
||||
GraphicsView *m_graphicsView;
|
||||
NavigatorView *m_gv;
|
||||
BottomButtonGroup *m_bottomButtonGroup;
|
||||
bool m_protectedMode = false;
|
||||
bool m_clickedOnWindow = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user