Disable the Invert menu item for B_CMAP8 bitmaps because they are currently unsupported by the invert algorithm.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -255,6 +255,7 @@ ShowImageView::Notify(const char* status)
|
||||
if (status != NULL) {
|
||||
msg.AddString("status", status);
|
||||
}
|
||||
msg.AddInt32("colors", fBitmap->ColorSpace());
|
||||
BMessenger msgr(Window());
|
||||
msgr.SendMessage(&msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user