Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2021-09-10 15:31:31 +0300
committerDavid Kocik <kocikdav@gmail.com>2021-09-10 15:35:13 +0300
commitb9dab7540e5de0d81a74cb53c2b00fb4b5857a38 (patch)
treedb99d72b5fdc30a34a80fd59f0b7c51cd613b717 /src/slic3r/GUI/HintNotification.cpp
parent3db4804e476aa4b6cb320f696bc6ddd094c9087a (diff)
Removes bottom status bar.
StatusBar class calls are commented out and replaced with notifications. SlicicingProgress notification shows progress of slicing, ProgressIndicator notification handles other progress information, like arrange objects etc.
Diffstat (limited to 'src/slic3r/GUI/HintNotification.cpp')
-rw-r--r--src/slic3r/GUI/HintNotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/HintNotification.cpp b/src/slic3r/GUI/HintNotification.cpp
index fe5eeb67c..53435e318 100644
--- a/src/slic3r/GUI/HintNotification.cpp
+++ b/src/slic3r/GUI/HintNotification.cpp
@@ -1012,7 +1012,7 @@ void NotificationManager::HintNotification::retrieve_data(bool new_hint/* = true
if(hint_data != nullptr)
{
NotificationData nd { NotificationType::DidYouKnowHint,
- NotificationLevel::RegularNotification,
+ NotificationLevel::RegularNotificationLevel,
0,
hint_data->text,
hint_data->hypertext, nullptr,