mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed a crash when closing the DatabaseViewer dialog on Mac OS X. Added "Close" button when it is in modal window mode for Mac OS X too
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
virtual ~DatabaseViewer();
|
||||
bool openDatabase(const QString & path);
|
||||
bool isSavedMaximized() const {return savedMaximized_;}
|
||||
void showCloseButton(bool visible = true);
|
||||
|
||||
protected:
|
||||
virtual void showEvent(QShowEvent* anEvent);
|
||||
|
||||
Reference in New Issue
Block a user